[issue4636] bdist_wininst installer with install script raises exception

2021-01-11 Thread STINNER Victor
STINNER Victor added the comment: The distutils bdist_wininst command has been removed in Python 3.10: see bpo-42802. -- nosy: +vstinner resolution: -> wont fix stage: test needed -> resolved status: open -> closed ___ Python tracker

[issue4636] bdist_wininst installer with install script raises exception

2013-09-15 Thread Dan Nicholson
Dan Nicholson added the comment: Right, that's what makes this difficult. If the stub exe of the target python was used, then it wouldn't need to care about compatibility. However, what you're running is the stub of the build python. So, when I distribute a bdist_wininst exe, it's running the

[issue4636] bdist_wininst installer with install script raises exception

2013-09-10 Thread Éric Araujo
Éric Araujo added the comment: I think the exe files are specific to one Python version, so the version check would not be necessary. I may be wrong though, as I’m not a windows dev or user, so I’m adding Mark to this issue. -- nosy: +mhammond ___

[issue4636] bdist_wininst installer with install script raises exception

2013-09-10 Thread Dan Nicholson
Changes by Dan Nicholson : Added file: http://bugs.python.org/file31717/wininst-9.0-compat-2.7.exe ___ Python tracker ___ ___ Python-bugs-list

[issue4636] bdist_wininst installer with install script raises exception

2013-09-10 Thread Dan Nicholson
Changes by Dan Nicholson : Added file: http://bugs.python.org/file31715/wininst-compat-2.7.patch ___ Python tracker ___ ___ Python-bugs-list ma

[issue4636] bdist_wininst installer with install script raises exception

2013-09-10 Thread Dan Nicholson
Changes by Dan Nicholson : Added file: http://bugs.python.org/file31716/wininst-10.0-compat.exe ___ Python tracker ___ ___ Python-bugs-list mai

[issue4636] bdist_wininst installer with install script raises exception

2013-09-10 Thread Dan Nicholson
Dan Nicholson added the comment: It turns out this is pretty easy to fix by just changing the stub to import builtins or __builtin__ depending on the python install version. Attached are patches that fix this for both the default and 2.7 branches. My test case is a pure python module with an i

[issue4636] bdist_wininst installer with install script raises exception

2013-05-31 Thread Matt Wilkie
Matt Wilkie added the comment: I confirm this is happening with 3.2.4 from an installer generated in 2.7.4 (64bit Win7, 32bit python): https://pypi.python.org/pypi/leo/4.11.devel-build-5802 -- nosy: +Matt.Wilkie ___ Python tracker

[issue4636] bdist_wininst installer with install script raises exception

2012-02-19 Thread Éric Araujo
Éric Araujo added the comment: The crash message is the same as the one in #4918; it looks like bdist_wininst need better error reporting. -- assignee: tarek -> eric.araujo stage: -> test needed versions: -Python 3.0 ___ Python tracker

[issue4636] bdist_wininst installer with install script raises exception

2010-08-02 Thread Éric Araujo
Éric Araujo added the comment: Can you still reproduce in 3.1 and 3.2? -- nosy: +merwok ___ Python tracker ___ ___ Python-bugs-list ma

[issue4636] bdist_wininst installer with install script raises exception

2009-02-05 Thread Tarek Ziadé
Changes by Tarek Ziadé : -- assignee: -> tarek nosy: +tarek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue4636] bdist_wininst installer with install script raises exception

2008-12-11 Thread Thomas Heller
New submission from Thomas Heller : 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 0x *** This is probably because the bdist