Antonio Valentino píše v Pá 02. 12. 2011 v 13:42 -0800: > It seems that the /libogdi.dylib library is not collected. > In the past (when still otool was used) i was able to package the the > same application with the same spec file so this seems to me a > regression in pyinstaller. > > Any hint on how to solve the problem?
Could you try create your app without the previous .spec file just with ./pyinstaller.py script and its options? To make sure it is caused only by old .spec. Anyway, what library do I need to install to be able to reproduce this error? Is it only about doing 'import somebroken_module'? -- 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.
