How can I get the target platform info of a dll with Python 3.1.1?

2009-12-11 Thread István Szirtes
I have many dll files and I would like to select them into two different folders (PC and PPC). For this I need to know the target platform of the dll file or any other details about its platform. I use Python 3.1.1. I have tried the win32api which does not compatible with this Python version. So,

Re: Python seems to be ignoring my except clause...

2008-02-19 Thread Szekeres István
Hi Adam, def characters(self, string): > Please note that "string" is also a name of a very commonly used module so it is not advised to use as a local variable name. Istvan -- http://mail.python.org/mailman/listinfo/python-list

novice list

2007-10-05 Thread István
Could somebody suggest me a novice Python list, please? Thanks, Istvan -- http://mail.python.org/mailman/listinfo/python-list

Re: random keypress bounce in a terminal

2007-10-03 Thread István
Bjoern Schliessmann írta: > István wrote: > > >> It works fine as long as I hit keys normally, but gives extra >> characterts if I keep pressing some key, e.g. up or down arrow >> keys. It runs on a Linux system. What's the wrong with it? >> > &g

random keypress bounce in a terminal

2007-10-02 Thread István
press handler and built into my program. It works fine as long as I hit keys normally, but gives extra characterts if I keep pressing some key, e.g. up or down arrow keys. It runs on a Linux system. What's the wrong with it? Thanks for any help, István -- http://mail.python.org/mailman/listi