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. Any ideas? -- 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.
