Paul McNett wrote:
Hi,

I've successfully created my application bundle (a wxPython-based application) using py2app and now I want to create an installer inside a compressed dmg.

I'm having trouble finding examples of how to do this. I've tried running bdist_mpkg which seems to result in a nearly empty package. Am I on the right track?

Thanks!
Paul

Unless there's a specific reason, an installer is seldom the right way to go on the Mac. Apps are supposed to be standalone and installable via drag-and-drop. The DMG is fine, but if the app is self-contained, don't worry about the installer.

--Kevin


--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to