Re: Mac OS X - Deployment

2006-02-15 Thread Matt
James Stroud <[EMAIL PROTECTED]> wrote: >py2app works for this. I'm not sure if it works from windows. That's what I need, Thanks, Matt -- http://mail.python.org/mailman/listinfo/python-list

Re: Mac OS X - Deployment

2006-02-14 Thread James Stroud
Matt Trivisonno wrote: > Hi Everybody, > > I just spent about an hour googling and still can't find out how to deploy a > Python app to Mac OS X. > > I just finished a simple Hello-World GUI app using wxPython and deployed it > to > a WinXP system using PyInstaller. So I am familiar with the b

Mac OS X - Deployment

2006-02-14 Thread Matt
Hi Everybody, I just spent about an hour googling and still can't find out how to deploy a Python app to Mac OS X. I just finished a simple Hello-World GUI app using wxPython and deployed it to a WinXP system using PyInstaller. So I am familiar with the basic tools. It would be great if I coul