Hi On Sep 16, 6:58 pm, Florian Höch <[email protected]> wrote: > > 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.
I can confirm that I am getting the same error from trunk HEAD. I checked out revision 844 (when the 2.6 branch was merged into trunk) and built my app again with this, and it worked perfectly. I did not change anything other than PyInstyaller between the two builds. Kind regards, Raoul -- 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.
