On Thu, 16 Sep 2010 12:30:10 -0700 (PDT), Raoul Snyman <[email protected]> wrote: > 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.
Would you mind running a bisect between r844 and the current trunk? That would surely help! -- Giovanni Bajo :: [email protected] Develer S.r.l. :: http://www.develer.com My Blog: http://giovanni.bajo.it -- 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.
