Hi, I'm trying to use Pyinstaller on Mavericks. The script that i'm testing is pretty simple:
print 'hello world' And the pyinstaller line is: pyinstaller.py --onedir --name=workd main.py When I try to run the generated file I get: $ build/workd/workd [1] 4101 segmentation fault build/workd/workd I'm currently using pyinstaller directly from repository ( revision 12e40471c ). What am i doing wrong? 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/d/optout.
