• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - alstaszko

#1
Applications / Re: Python (was PyQt)
2012.04.07, 14:27:03
That's seems to have done the trick!

We have keyboard input and no CPU hogging.

Andy Staszko
#2
Applications / Re: Python (was PyQt)
2012.04.07, 14:21:01
Thanks, I'll give it a try.

Andy Staszko
#3
Applications / Python (was PyQt)
2012.04.07, 09:38:18
Thanks Paul. It looks like something in the last module loaded, namely readline.pyd.

By the way, I might be interested in PyQt simply because I have used wxPython on Windows and Linux
extensively and the method of binding message handlers cannot be that dissimilar.

How have you generated the interface wrappers for Python? Did you use SWIG?
I have had an notion lurking at the back of my mind for some time to get SWIG ported
to OS/2 and do something similar with wxWidgets -> wxPython for OS/2.

Just as eric4 and 5 are Python IDEs it might be nice to have C/C++ support in them, assuming it's
a plugin mechanism for language support.
#4
Applications / Python 2.7.2 (was PyQT4)
2012.04.06, 13:46:46
After a recent catastrophe, before which Python2.7.2 worked,  I have reinstalled eCS2.0 and restored my working system.
I have installed Python 2.7.2 again and when I run it from the command line it doesn't respond to input from the keyboard and
the CPU is being chewed up at 99%.

This is the output when using the -d and -v options:

[C:\]python -v -d
# installing zipimport hook
import zipimport # builtin
# installed zipimport hook
# d:/python27/Lib/site.pyc matches d:/python27/Lib/site.py
import site # precompiled from d:/python27/Lib/site.pyc
# d:/python27/Lib/os.pyc matches d:/python27/Lib/os.py
import os # precompiled from d:/python27/Lib/os.pyc
import errno # builtin
import os2 # builtin
# d:/python27/Lib/os2knixpath.pyc matches d:/python27/Lib/os2knixpath.py
import os2knixpath # precompiled from d:/python27/Lib/os2knixpath.pyc
# d:/python27/Lib/stat.pyc matches d:/python27/Lib/stat.py
import stat # precompiled from d:/python27/Lib/stat.pyc
# d:/python27/Lib/genericpath.pyc matches d:/python27/Lib/genericpath.py
import genericpath # precompiled from d:/python27/Lib/genericpath.pyc
# d:/python27/Lib/ntpath.pyc matches d:/python27/Lib/ntpath.py
import ntpath # precompiled from d:/python27/Lib/ntpath.pyc
# d:/python27/Lib/warnings.pyc matches d:/python27/Lib/warnings.py
import warnings # precompiled from d:/python27/Lib/warnings.pyc
# d:/python27/Lib/linecache.pyc matches d:/python27/Lib/linecache.py
import linecache # precompiled from d:/python27/Lib/linecache.pyc
# d:/python27/Lib/types.pyc matches d:/python27/Lib/types.py
import types # precompiled from d:/python27/Lib/types.pyc
# d:/python27/Lib/UserDict.pyc matches d:/python27/Lib/UserDict.py
import UserDict # precompiled from d:/python27/Lib/UserDict.pyc
# d:/python27/Lib/_abcoll.pyc matches d:/python27/Lib/_abcoll.py
import _abcoll # precompiled from d:/python27/Lib/_abcoll.pyc
# d:/python27/Lib/abc.pyc matches d:/python27/Lib/abc.py
import abc # precompiled from d:/python27/Lib/abc.pyc
# d:/python27/Lib/_weakrefset.pyc matches d:/python27/Lib/_weakrefset.py
import _weakrefset # precompiled from d:/python27/Lib/_weakrefset.pyc
import _weakref # builtin
# d:/python27/Lib/copy_reg.pyc matches d:/python27/Lib/copy_reg.py
import copy_reg # precompiled from d:/python27/Lib/copy_reg.pyc
# d:/python27/Lib/traceback.pyc matches d:/python27/Lib/traceback.py
import traceback # precompiled from d:/python27/Lib/traceback.pyc
# d:/python27/Lib/sysconfig.pyc matches d:/python27/Lib/sysconfig.py
import sysconfig # precompiled from d:/python27/Lib/sysconfig.pyc
# d:/python27/Lib/re.pyc matches d:/python27/Lib/re.py
import re # precompiled from d:/python27/Lib/re.pyc
# d:/python27/Lib/sre_compile.pyc matches d:/python27/Lib/sre_compile.py
import sre_compile # precompiled from d:/python27/Lib/sre_compile.pyc
import _sre # builtin
# d:/python27/Lib/sre_parse.pyc matches d:/python27/Lib/sre_parse.py
import sre_parse # precompiled from d:/python27/Lib/sre_parse.pyc
# d:/python27/Lib/sre_constants.pyc matches d:/python27/Lib/sre_constants.py
import sre_constants # precompiled from d:/python27/Lib/sre_constants.pyc
import encodings # directory d:/python27/Lib/encodings
# d:/python27/Lib/encodings/__init__.pyc matches d:/python27/Lib/encodings/__init__.py
import encodings # precompiled from d:/python27/Lib/encodings/__init__.pyc
# d:/python27/Lib/codecs.pyc matches d:/python27/Lib/codecs.py
import codecs # precompiled from d:/python27/Lib/codecs.pyc
import _codecs # builtin
# d:/python27/Lib/encodings/aliases.pyc matches d:/python27/Lib/encodings/aliases.py
import encodings.aliases # precompiled from d:/python27/Lib/encodings/aliases.pyc
# d:/python27/Lib/encodings/latin_1.pyc matches d:/python27/Lib/encodings/latin_1.py
import encodings.latin_1 # precompiled from d:/python27/Lib/encodings/latin_1.pyc
Python 2.7.2 (default, Jan  8 2012, 07:07:57)
[GCC 4.4.6] on os2knix
Type "help", "copyright", "credits" or "license" for more information.
dlopen("d:/python27/Lib/lib-dynload/readline.pyd", 0);
import readline # dynamically loaded from d:/python27/Lib/lib-dynload/readline.pyd
>>>


Any suggestions, please.

Andy Staszko
#5
Great! When can we have it in English?

Andy Staszko
#6
Applications / Re: Java for os2
2011.05.27, 18:26:53
I tried it with Eclipse IDE 3.6.2 'Helios' for C/C++.
Couldn't get it to work first time.
Tried borrowing the Eclipse enabler but that didn't work either.

Any suggestions.

P.S. Anyone got SmartCVS or SmartSVN working?

Andy Staszko
#7
How many OS/2-eCS user have had this problem at one time or another (it happens to me
with alarming regularity):

You have built up a vast collection of files, images and videos in numerous folders and sub-folders.
You open the drive in tree view and then open a folder with numerous children and it only part populates.
At this point PM or WPS is shagged!

If you attempt to open any folder the system hangs.

This basic bug needs fixing: it's been around for years.

Despite all the excellent work in allowing os/2-eCS to install on the latest hardware
and the ports of some of the most useful applications and tools to this platform, this bug
is what stops me recommending this OS.

I stilll use it (since 1992), but I don't mention it or the the bug - my excuse is that I love it's interface
and the "security through obscurity".

If this OS is still being sold in the form of eCS, then Serenity Systems really do need to get IBM to
address the problem described above.

Andy Staszko
#8
all mouse selection methods now work.

The target directory works fine.

Just one thing:
after files have been selected and are in the selection window, it would be
nice it they could be moved around (up/down either singly or multiple) to
change the "join" order.

Andy Staszko
#9
Your'e right about multiple selections using keyboard, but not with the mouse.

I'll give the new one a try tomorrow - it's a bit late right now.

Andy Staszko
#10
Remy,

How do we go about reporting bugs in the GUI?

Here's just a couple:
1. Output target directory is severly limited in text length.
2. In the dialog for adding files (video so far - I haven't used the audio yet),
    there is no mechanism for multiple selection or selecting all for addition.

Andy Staszko
#11
"Here it is !" is referring to ID3V2.

The note refers to ID3V3.

Perhaps the note is incorrect with respect to the version number.

Andy Staszko.
#12
The text that refers to the ID3V3 tagging utility:

"Note: Téléchargez la nouvelle version de ID3V2 (par Andy Willis) - Download the new required build of ID3V3 (by Andy Willis)"

is not a link.

I am using Firefox 3.6.13

I have all the rest from following the links for "Required programs (mandatory)"

Andy Staszko
#13
I just did.

No "hand" appears over any the the text relating to the version
produced by Andy Willis.

Andy Staszko
#14
AVxCAT:

"required build of ID3V3 (by Andy Willis)"

from

http://remydodin.levillage.org/avxcat.html

Where do I get it?

Andy Staszko


#15
The package doesn't contain the file "os2ldr" but contains "os2ldr.ini" and "os2ldr.read.me".
The install instructions assume it's in that package.

Is this correct i.e. "os2ldr" is in a separate package or does it imply that one should use one from an earlier package?

Andy Staszko