On Fri, 2 Apr 2010 21:55:10 -0700 (PDT), eliben <[email protected]> wrote: > On Mar 12, 7:11 am, eliben <[email protected]> wrote: >> Hello, >> >> Some computers to which I distributed my application with PyInstaller >> (latest trunk R771, with ActivePython 2.6.2) pop a "error loading >> python dll ... python26.dll" error. After looking around I realize >> this is a problem shared by other people, with patches in tickets #38, >> #39. >> >> However, applying the latest patch fails for some reason. The `patch` >> executable just does something illegal and is killed by Windows. Am I >> doing it wrong? Which patch is the right one to apply? Do I have to do >> anything else except applying it? >> >> Is this going to make the PyInstaller trunk some day? >> > > I just wanted to update that the `py26win` branch has solved the > problem for me. Thanks for the work made on it. > > However, I'd like to know when this branch is going to make it into > the trunk?
Soon. I'm working on merge the multiprocess branch first, and then I will review the py26win branch. I don't expect big issues, and the large number of successes reported in the mailing-list testify that the branch is working very well! -- 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.
