I have a wxpython based app that I am trying to compile into a linux 64 bit exe with this tool. Before I ran pyinstaller I can open pycharm and run my target app code with wxpython 3.0.2.0 that I built fresh on this linux 14.04 ubuntu os that is in python code format. I go to build the app with pyinstaller and the tool does not import wxpython it appears. I get the following message when the exe is trying to load....
File "/home/name/projects/tool/toolpy/build/main/out00-PYZ.pyz/wx. *core", line 4, in ImportError: No module named _core* How do I fix pyinstaller not including wxpython -- 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.
