Hi, I'm using PyInstaller from SVN and Python 2.6 on Windows (XP and 7), and it's working well. However, I'm using --onedir, rather than -- onefile (I have plugins written in Python that I need to load). I am getting one or two problems though, and I looked at both the tickets mentioned in other threads (#38 and #39), and they only seem to deal with the --onefile.
One of the biggest problems is that even though I can see the chardet egg in my output directory, one of my plugins doesn't seem to be able to load it (I get the "no module named chardet" error). I also noticed that if I build it on Windows 7, Vista and XP can't run it. I haven't tried it on XP -> Vista/7 yet though. Lastly, it pops up an error message when my application starts up that I'm accessing the C runtime incorrectly. I click OK, and my application runs fine, but obviously I would rather I didn't have this problem. Does anyone have any suggestions for me? Should I rather go back to Python 2.5? -- 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.
