Re: [Pythonmac-SIG] py2app fails with 'optimize'

2005-03-16 Thread Bob Ippolito
On Mar 16, 2005, at 2:44 AM, Roger Binns wrote: There are other bug fixes and enhancements, and if you don't help me test svn then the next release might be broken for your purposes. I am perfectly happy with the current release :-) Generally I don't run beta/test versions unless they are packaged

Re: [Pythonmac-SIG] py2app fails with 'optimize'

2005-03-16 Thread Bob Ippolito
On Mar 16, 2005, at 3:03 AM, Bob Ippolito wrote: On Mar 16, 2005, at 2:44 AM, Roger Binns wrote: There are other bug fixes and enhancements, and if you don't help me test svn then the next release might be broken for your purposes. I am perfectly happy with the current release :-) Generally I don'

Re: [Pythonmac-SIG] py2app fails with 'optimize'

2005-03-16 Thread Roger Binns
Since py2app requires no "installation" process, it's rather trivial. Err, my definition of trivial is I point at something in my browser which downloads something I double click on. There also needs to be something to double click on to get rid of it. I don't care how it is done behind the scene

[Pythonmac-SIG] Re: Getting acclimated

2005-03-16 Thread Lee Cullens
Mentioned this before, but just for context - new to Mac and Python but retired from a software engineering career. Dual 2.5 Power Mac G5; OS X 10.3.8; Python 2.3; PythonIDE, Package Manager, PythonLauncher, IDLE. Also have a PC on my LAN, but use it only as a test platform (dislike MS Window

Re: [Pythonmac-SIG] py2app fails with 'optimize'

2005-03-16 Thread Roger Binns
Since py2app requires no "installation" process, it's rather trivial. Err, my definition of trivial is I point at something in my browser which downloads something I double click on. There also needs to be something to double click on to get rid of it. I don't care how it is done behind the scene

[Pythonmac-SIG] Another upgrade to the OS-X package for matplotlib 0.72.1

2005-03-16 Thread Chris Barker
Hi all, A user discovered that I had built only Numeric support, and not numarray support, into my OS-X matplotlib package. I've fixed that, and you can find the new version at: http://www.pythonmac.org/packages/matplotlib-0.72.1-py2.3-macosx10.3.zip It supports Numeric and/or numarray, and the

Re: [Pythonmac-SIG] py2app fails with 'optimize'

2005-03-16 Thread Bob Ippolito
On Mar 16, 2005, at 10:49 AM, Roger Binns wrote: Since py2app requires no "installation" process, it's rather trivial. Err, my definition of trivial is I point at something in my browser which downloads something I double click on. There also needs to be something to double click on to get rid of

[Pythonmac-SIG] py2app on Tiger

2005-03-16 Thread Kevin Dangoor
Given the buzz that Tiger is coming in a month, I was curious about whether it's possible to create Python apps on Tiger and run them on Panther (assuming, of course, that I'm not using Tiger features). I'm already using my own Python build, if that makes any difference. I'd really like to upgr

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-16 Thread Bob Ippolito
On Mar 16, 2005, at 9:13 PM, Kevin Dangoor wrote: Given the buzz that Tiger is coming in a month, I was curious about whether it's possible to create Python apps on Tiger and run them on Panther (assuming, of course, that I'm not using Tiger features). I'm already using my own Python build, if t

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-16 Thread Kevin Dangoor
Bob Ippolito wrote: My recommendation is to: - Build your framework on the minimum target platform - Copy it over to your workstation - Use bdist_mpkg to build installer packages for the extensions you use from the minimum target platform - Install them on your workstation as needed So, I gues

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-16 Thread Bob Ippolito
On Mar 16, 2005, at 9:52 PM, Kevin Dangoor wrote: Bob Ippolito wrote: My recommendation is to: - Build your framework on the minimum target platform - Copy it over to your workstation - Use bdist_mpkg to build installer packages for the extensions you use from the minimum target platform - Ins