This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tnleeuw
Recipients
Date 2005-03-14.20:20:03
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Large files generated by make-py.py from the win32all
extensions cannot be compiled by Python2.4.1rc1 - they
give a syntax error.

This is a regression from 2.3.5

(With Python2.4, the interpreter crashes. That is fixed
now.)

Removing the mbcs encoding line from the top of the
file, compilation succeeds.

File should be attached, as zip-file. Probably requires
win32all extensions to be installed to be compiled /
imported (generated using build 203 of the win32all
extensions).
History
Date User Action Args
2007-08-23 14:30:08adminlinkissue1163244 messages
2007-08-23 14:30:08admincreate