On Thu, 2010-12-09 at 00:14 -0800, eliben wrote: > Hello, > > I've used Pyinstaller successfully many times before, but with the > latest trunk I have a problem packaging my script with Pyinstaller. > The script is simple and command-line, and after configuring > pyinstaller I run: > > python %PTH%\Makespec.py -c testcase_extractor.py > > python %PTH%\Build.py testcase_extractor.spec > > With %PTH% pointing to the pyinstaller trunk (checked out today). > Python version 2.6 > When I run the created executable I get runtime error R6034, although > the application seems to continue running.
Does it happen with PyInstaller 1.5-rc1, posted on the website? -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it Last post: Compile-time Function Execution in D -- 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.
