Hello,
I'm working on a project and I need to compile it to run it on win as an exe.
I choose pyinstaller to build my exe but after several tries my result is always the same, from my console (win2k - py2.5/2.4) I type:
Then I try to execute my file and nothing happens. I thought it may have been a pyinstaller problem and i tried with py2exe, same result, when executing no window comes out.
My program has no sintax error, and I'm able to run it as a .py file.
Thanks in advance for help,
Luke
I'm working on a project and I need to compile it to run it on win as an exe.
I choose pyinstaller to build my exe but after several tries my result is always the same, from my console (win2k - py2.5/2.4) I type:
Code:
c:\>cd pyinstaller-1.3 c:\pyinstaller-1.3>Makespec -w --noconsole ..\\fatture\\fatture.py [...]project compiled...now run Build to build (more or less) c:\pyinstaller-1.3>Build fatture\\fatture.spec [...] [...] Compiled successfully
My program has no sintax error, and I'm able to run it as a .py file.
Thanks in advance for help,
Luke
Comment