Vasiliy Boulytchev píše v St 21. 09. 2011 v 15:54 -0400: > Now, after the compile... > > python Makespec.py --onefile ../blah.py python Build.py > blah/blah.spec > > the build fails to run:
You could try to explicitly import pkg_resources in your code if it would be then included by pyinstaller. Then look at bug report http://www.pyinstaller.org/ticket/183 -- 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.
