[New-bugs-announce] [issue4636] bdist_wininst installer with install script raises exception

Thomas Heller report at bugs.python.org
Thu Dec 11 22:16:07 CET 2008


New submission from Thomas Heller <theller at ctypes.org>:

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.

----------
components: Distutils
messages: 77631
nosy: theller
severity: normal
status: open
title: bdist_wininst installer with install script raises exception
versions: Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4636>
_______________________________________


More information about the New-bugs-announce mailing list