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 theller
Recipients theller
Date 2008-12-11.21:16:06
SpamBayes Score 0.008337098
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
Running a bdist_wininst installer that contains a install script, with
python 3, raises an exception. This is displayed in the gui:
ImportError: No module named __builtin__
*** run_installscript: internal error 0xFFFFFFFF ***

This is probably because the bdist_wininst installer stubs (in the
Lib/distutils/command subdirectory) have not been recompiled after
changing the sources.
History
Date User Action Args
2008-12-11 21:16:08thellersetrecipients: + theller
2008-12-11 21:16:07thellersetmessageid: <[email protected]>
2008-12-11 21:16:07thellerlinkissue4636 messages
2008-12-11 21:16:06thellercreate