Hey all, I successfully used pyinstaller on windows and mac a couple months ago (1.5.1). Today, when getting ready to package a new version of the app, I ran into an issue on the mac (everything was fine on windows). It builds successfully, but the executable crashes.
c$ arch -i386 pythonw2.7 Makespec.py --onefile ../../project/ project_name.py c$ arch -i386 pythonw2.7 Build.py project_name/project_name.spec Error loading Python lib '...path.../Python': dlopen(...path.../ Python, 10): no suitable image found. I am running this on the same machine (with the same setup) as I last did. On the off chance that there was an issue with my setup or that I had muddled the paths in the last month I commandeered a Snow Leopard machine and set everything up from scratch. Same issue. Anyone know what is going on/might have changed? This seems related to http://www.pyinstaller.org/ticket/152 but that issue is marked as closed/fixed. Thanks! -Cody -- 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.
