I've successfully built my wxPython application on Windows and Mac OS X but Ubuntu is somewhat problematic.
I've installed wxPython 2.8 (the path of least resistance...) using the instructions here: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian sudo apt-get install python-wxgtk2.8 python-wxtools wx2.8-i18n When I build an executable out of it, I get a runtime trace like: ... LOADER: Installing import hooks LOADER: out00-PYZ.pyz LOADER: Running scripts Traceback (most recent call last): File "<string>", line 8, in <module> File "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module exec(bytecode, module.__dict__) File "target/build/dropflicks/out00-PYZ.pyz/wx", line 45, in <module> File "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module exec(bytecode, module.__dict__) File "target/build/dropflicks/out00-PYZ.pyz/wx._core", line 4, in <module> ImportError: No module named _core_ LOADER: RC: -1 from main LOADER: OK. ... Why might this be? Thanks! -- 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/groups/opt_out.
