Hi, Im trying to build a python app for Darwin, im using pyinstaller-1.5-rc1 and built the loader files from source dir.
the program works when i run the py files direkt from terminal. the program works when i try to run the nagstamon.app on my computer but when i try to run it on a clean computer i get the following error: glib.GError: Couldn't recognize the image file format for file '/Applications/Nagstamon.app/Contents/MacOS/resources/nagstamon.png' i created a hook for glib but it doesn't seems to be the problem. i have libpng and librpng installed on the clean computer so thats not the problem. please help Best Regards Mattias Ryrlén -- 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.
