I just tested it this morning on another computer with OS 10.8.3 and macports, same problem.
On Wednesday, April 24, 2013 1:31:25 PM UTC+2, Michka Popoff wrote: > > Hi > > I just reduced the problem to a few lines, it seems to be a problem with > matplotlib (which is 1.2.0 in macports) : > > #!/usr/bin/env python > > > import matplotlib > > > def main(): > > > > print "test" > > > > if __name__ == "__main__": > > main() > > > Le mercredi 24 avril 2013 12:02:54 UTC+2, Martin Z a écrit : >> >> Michka Popoff píše v Út 23. 04. 2013 v 13:37 -0700: >> > Could somebody give me a hint on why it crashed ? Some path seems to >> > be set to None (bin) ?. >> > >> > Thanks in advance >> > >> > Michka Popoff >> >> Could you give us a few lines code example that reproduces this issue? >> >> -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
