Michka Popoff píše v St 24. 04. 2013 v 23:12 -0700: > 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
It is a real issue. Please try my branch. It should be fixed there: https://github.com/matysek/pyinstaller PyInstaller was failing because of the following code in module PyObjC.objc._bridgesupport: dll = ctypes.CDLL(None) 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
