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 <1229030167.98.0.0716327891895.issue4636@psf.upfronthosting.co.za>
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: <1229030167.98.0.0716327891895.issue4636@psf.upfronthosting.co.za>
2008-12-11 21:16:07thellerlinkissue4636 messages
2008-12-11 21:16:06thellercreate