RE: [Python-Dev] Python2.4.1c1 and win32com
Win32com generates Python-files for use with com interfaces, using the make-py.py utility.
The generated files are OK with Python2.3.5
The generated files crash the Python interpreter with Python 2.4
Under Python 2.4.1c1, They give a syntax error!?
The files unfortunately are very big, nearly 2Mb each, although they compress very well (270Kb). [...] Anyone who can help or offer any suggestions?
I believe this is a pywin32 bug, which has been fixed in (pywin32) CVS and will be fixed for the next build. It's certainly a probably with 2.4.0 as well as 2.4.1. The pywin32 mailing list archives have more details, as do the tracker for the project: <http://sf.net/projects/pywin32>. =Tony.Meyer
On Sat, 12 Mar 2005 15:31:03 +1300, Tony Meyer <t-meyer@ihug.co.nz> wrote:
Win32com generates Python-files for use with com interfaces, using the make-py.py utility.
The generated files are OK with Python2.3.5
The generated files crash the Python interpreter with Python 2.4 I believe this is a pywin32 bug, which has been fixed in (pywin32) CVS and will be fixed for the next build. It's certainly a probably with 2.4.0 as well as 2.4.1.
The pywin32 mailing list archives have more details, as do the tracker for the project: <http://sf.net/projects/pywin32>.
Here is a link to the specific (closed) bug: http://sourceforge.net/tracker/?func=detail&aid=1085454&group_id=78018&atid=551954 And, in case you can't update to the CVS pywin32 for some reason, there is a work-around listed in the bug. Take care, -Brian
participants (2)
-
Brian Dorsey
-
Tony Meyer