Re: [Pythonmac-SIG] Using py2app on 10.5 to build apps that run on 10.4?

2008-02-22 Thread Kevin Walzer
Russell E. Owen wrote: > Thank you very much. > > So if I understand this right...as long as I install a python that was > built with the -mmacosx-version-min=10.4 flag then distutils will > automatically build python packages using the same flag. (Of course I > can also install 10.4-compatibl

Re: [Pythonmac-SIG] Creating binary packages on OSX

2008-02-22 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Matthias Baas <[EMAIL PROTECTED]> wrote: > Hi, > > I have a question about distributing binary package on OSX (I'm still > rather new to OSX but now that I have a Mac I'd like to provide an OSX > binary of an Open Source package of mine). > I was using the bdist

Re: [Pythonmac-SIG] Using py2app on 10.5 to build apps that run on 10.4?

2008-02-22 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Kevin Walzer <[EMAIL PROTECTED]> wrote: > Russell E. Owen wrote: > > I'd love to upgrade to Leopard, but I maintain a python application that > > needs to run on 10.4 (and preferably 10.3.9). > > > > So...is it now practical to build 10.4-compatible applications

[Pythonmac-SIG] Creating binary packages on OSX

2008-02-22 Thread Matthias Baas
Hi, I have a question about distributing binary package on OSX (I'm still rather new to OSX but now that I have a Mac I'd like to provide an OSX binary of an Open Source package of mine). I was using the bdist_mpkg distutils extension to create a binary and could turn that into a *.dmg. Testing

Re: [Pythonmac-SIG] uninstalling macpython

2008-02-22 Thread Ronald Oussoren
On 21 Feb, 2008, at 17:12, Kevin Walzer wrote: Stephen Uhlhorn wrote: Hello- How do I uninstall MacPython cleanly from my leopard system? I'd like to revert to the system python without reinstalling the entire OS. Do I just zap /Library/Frameworks/Python.Framework and fix my PATH? Or, are the