On 3 May, 2007, at 6:15, Nehemiah Dacres wrote:
provided WxPy is installed on the user's mac, it should work fine. The program can possibly install the appropriate dependancies for your application as part of the installer. simply wrapping all the dependancies (python version x.x, Wx version x.x other python dependancies) in a bundle along with an applescript applet as a launcher and you're done.
There's more to proper porting than just running unaltered code, you'll always have to do at least some tweaking to make the application blend nicely with the platform.
But's not what I why I write this mail. The Righ Way (TM) to bundle a python GUI application is by using py2app. This will build a proper .app bundle that contains all resources that are needed for running the application (Python code, C frameworks, images, ...).
Ronald
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig