eliben píše v Út 14. 12. 2010 v 05:11 -0800: > Yes, and actually I've used ActivePython 2.6 with Pyinstaller > succesfully before (on a Win XP machine). ActivePython is a rather > popular distribution of Python used by many on Windows - are there > workarounds to make it work with Pyinstaller?
Could you please try package your app once with official python version and once with activepython in onedir mode and compare the content of the dist folder if they contain same libraries? Anyway, could you please try if it will work with official python distribution? Perhaps there are some missing libraries when using pyinstaller with activepython. -- 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.
