Not trying with todays svn trunk: /usr/bin/python pyinstaller.py -w ../test.py
Seems to finish OK.. But.. ./test/dist/test/test Python library not found. But.. If I copy libpython in.. it seems to work. On 3 January 2012 16:36, Martin Zibricky <[email protected]> wrote: > David Markey píše v Út 03. 01. 2012 v 16:05 +0000: > > OK take this simple app: > > > > ================================ import wx app = wx.App() > > wx.MessageDialog(None,"Simple App").ShowModal() > > ================================ > > Please try development version from svn. Mac support is better there. > > -- > 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. > > -- 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.
