On Thu, 2010-03-11 at 12:01 -0800, Raoul Snyman wrote: > Hi, > > Windows XP, Python 2.6, PyInstaller trunk (with the patch from issue > #39). > > I had a PyQt4 application, with a homegrown plugin system to add extra > functionality to my app. All my other plugins work fine (a few of them > use SQLAlchemy, some of them use PyWin32 to interact with other > applications via their COM or automation interfaces), but the one > plugin that uses chardet doesn't work. I get the error in the subject > line. > > The weird thing is that the chardet egg is copied to my output > directory, but when my app runs, it can't seem to find it.
.egg-file support required an undocumented manual step (you might find traces in the mailing list). But the good news is that I took the chance to complete it, so now it is really fully automatic. I'll commit the new binary bootloader in a few minutes. After that, you can try again and it should work out of the box. -- Giovanni Bajo Develer S.r.l. http://www.develer.com -- 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.
