On Thu, 2011-01-13 at 11:23 -0800, Stefan Fruehwirth wrote: > On 13 Jan., 19:45, Giovanni Bajo <[email protected]> wrote: > > > Just to make sure: did you unpack PyInstaller in a different directory > > (no reuse of internal bincache directories) and did you rebuild the > > application from scratch (no reuse of build temporaries)? > > Oops, sorry. I must have missed it the first time, the manifest exists > in the temp dir - so nothing has changed here as I can tell. > Unfortunately the error persists too. > > I did a completely new configuration/makespec/build with the svn trunk > version in a separate directory - the two versions are completely > separated.
Can you please build in debug mode (debug=1 in the spec) and console (console=1 in the spec), then run the program from the command line and tell me the output on the console before the message box appears, and after. -- 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.
