[Pythonmac-SIG] looking for a python Mac developer for freelance work

Ronald Oussoren ronaldoussoren at mac.com
Thu May 3 10:59:58 CEST 2007


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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 3562 bytes
Desc: not available
Url : http://mail.python.org/pipermail/pythonmac-sig/attachments/20070503/f09e4343/attachment-0001.bin 


More information about the Pythonmac-SIG mailing list