Rich píše v So 15. 10. 2011 v 18:19 -0700: > I'm building with Pyinstaller 1.6, on iMac G3 with OS X 10.3.9. When I > double-click on the outPKG3.pkg file in the Build folder, I get "The > Installer package "outPKG3" cannot be opened. The Bill of Materials > for this package was not found." > > Any help would be greatly appreciated.
Just to make sure: the ./build/ folder is not supposed to contain runable binaries. For runable binaries look into folder ./dist/. The file outPKG3.pkg is not meant to be a binary file specific for mac os x. Anyway, if pyinstaller does not work for you it could be helpful to provide a python code example with some debug output. -- 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.
