I was able to build my application with pyinstaller but it only works at the machine that was used to generate it.
I tried to run the generated application at two other machines with OSX Yosemite and they returned the following error: Traceback (most recent call last): File "<string>", line 11, in <module> ImportError: No module named pkg_resources I'm using commit 6cf2d0fd0d8 from the develop branch. Any ideas of why it only works the original machine? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
