kujira70 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Py2exe tries to invoke "run.exe" instead of "run_w.exe" #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. runnung py2exe 0.6.9 to build a standalone executable on Python(x,y) 2.1.12.

What is the expected output? What do you see instead?
Py2exe has 'run_w.exe' in its package directory. However, Py2exe tries to
run 'run.exe' in "C:\Python25\Lib\site-packages\py2exe".

What version of the product are you using? On what operating system?
Running Py2exe 0.6.9 bundled with Python(x,y) 2.1.12 on Windows XP SP2.

Please provide any additional information below.
Renaming "run_w.exe" in "C:\Python25\Lib\site-packages\py2exe" into
"run.exe" solves the problem.

Original issue reported on code.google.com by Hyungrae...@gmail.com on 11 May 2009 at 7:07

GoogleCodeExporter commented 9 years ago
Please consider moving from py2exe to cx_Freeze because py2exe is not 
maintained on a regular basis anymore, is not supported on Python 3 and is not 
cross-platform.

Original comment by pierre.raybaut on 18 Dec 2011 at 9:26