I am still trying to track down the source of an R6034 error when an 
pyinstaller-generated executable runs. I have created a simple test program (a 
bunch of imports) that builds an identical installation directory with the same 
set of pyd, dll, and manifest files, but it does not generate an R6034.

Interestingly (?), my execitable continues and runs fine after I click through 
the R6034 dialog box.

The R6034 occurs well after a bunch of python code runs. Do you have any 
suggestions about tracing the execution so I can see exactly which load is 
causing the R6034? I tried ProcessMonitor, looking for missing DLL's, but 
didn't really get anywhere. I am not sure the python trace module would help, 
because I don't see how to trace to the point of the R6034 dialog box, but not 
after. Something like an strace for Windows might help - I'm not sure.

Thanks,
Dan

-- 
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.

Reply via email to