Trunk on x86: same issue Le 2010 11 3 08:36, "Martin Zibricky" <[email protected]> a écrit : > what version of pyinstaller did you use? 1.3, 1.4 or trunk? > > Matteo Boscolo píše v St 03. 11. 2010 v 06:50 +0100: >> Hi all, >> I Try to use installer for the following simple script . >> >> #!/usr/bin/env python >> #main.py >> if __name__=="__main__": >> print "hello" >> this is my .bat file to make the spec file and build the exe >> >> rem create spec file build.dat >> set surceFolder=C:\Users\mboscolo\Desktop\R38\test\PyInstaller >> set surceFile=test >> set pyInstallerDir=C:\Users\mboscolo\Desktop\R38\pyinstaller-trunk\ >> set applicaionName=test >> echo build with pyInstaller >> echo Create spec File >> python %pyInstallerDir%\Makespec.py -d -n %applicaionName% -o >> %surceFolder% %surceFolder%\%surceFile%.py >> echo build exe >> python %pyInstallerDir%\Build.py %surceFolder%\%surceFile%.spec >> echo end script >> >> when I run the test.exe file a pop-up windows appear and tells me that >> test.exe has sopped working and windows is checking for a solutions. >> I'm on windows 7 64Bit >> >> What I did wrong? >> >> Thanks >> Matteo >> > > > -- > You received this message because you are subscribed to the Google Groups "PyInstaller" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to [email protected]<pyinstaller%[email protected]> . > For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en. >
-- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
