RE: [python-win32] Error message?

2005-01-20 Thread Mark Hammond
> I got the following error message in stepping through a > Python 2.2 script. > Can anyone shed some light for me on what it means? I am new > to Python. This is an old bug in Pythonwin. Upgrade to build 203 from sourceforge.net/projects/pywin32, and that particular error should go away. Mark

[python-win32] Error message?

2005-01-20 Thread David Kelly
I got the following error message in stepping through a Python 2.2 script. Can anyone shed some light for me on what it means? I am new to Python. PythonWin 2.2.3 (#42, May 30 2003, 18:12:08) [MSC 32 bit (Intel)] on win32. Portions Copyright 1994-2001 Mark Hammond ([EMAIL PROTECTED]) - see 'Help/

[python-win32] Re: Feature request for Python's msi

2005-01-20 Thread Thomas Heller
>> 2. Append .PY to the system PATHEXT. > > This makes sense, but also may be confusing with multiple versions. I don't see a problem with multiple versions, the 'default' version is used when you type 'path\to\script'. And you can use batch files to select a specific Python version. But I also