[Pythonmac-SIG] emergency python recovery

2005-03-17 Thread John Hunter
I was in the process of getting ready for a talk this morning at 9AM, one that was largely a demo of python for scientific computing, when I inadvertently did > sudo rm -rf /System/Library/Frameworks/Python/.framework/Versions/2.3/lib/python2.3 Ouch! I had meant to just remove site-packages/

Re: [Pythonmac-SIG] emergency python recovery

2005-03-17 Thread Kevin Dangoor
Just an FYI to anyone else who sees this... I've tarred up the files for John. Kevin John Hunter wrote: I was in the process of getting ready for a talk this morning at 9AM, one that was largely a demo of python for scientific computing, when I inadvertently did > sudo rm -rf /System/Library/Fr

Re: [Pythonmac-SIG] emergency python recovery

2005-03-17 Thread Bob Ippolito
It's also possible to unpax them BSD(somethingoranother).pkg somewhere on one of the Panther install CDs. -bob On Mar 17, 2005, at 8:26, Kevin Dangoor wrote: Just an FYI to anyone else who sees this... I've tarred up the files for John. Kevin John Hunter wrote: I was in the process of getting

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-17 Thread Charles Hartman
On Mar 16, 2005, at 9:39 PM, Bob Ippolito wrote: You *may* need to compile the Python framework and all of the extensions that you use on Mac OS X 10.3 (Panther). If you *do* compile them on Mac OS X 10.3, then they will surely work on Mac OS X 10.3. If you compile them on Mac OS X 10.4 (Tiger

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-17 Thread Bob Ippolito
On Mar 17, 2005, at 10:37, Charles Hartman wrote: On Mar 16, 2005, at 9:39 PM, Bob Ippolito wrote: You *may* need to compile the Python framework and all of the extensions that you use on Mac OS X 10.3 (Panther). If you *do* compile them on Mac OS X 10.3, then they will surely work on Mac OS X

Re: [Pythonmac-SIG] py2app on Tiger

2005-03-17 Thread Charles Hartman
Thanks, that clarifies it. Since I'm not -- at least in my main current project -- compiling any extensions, just using off-the-shelf Python 2.3 and wxPython, it sounds as though my life shouldn't get *too* much more compicated too soon. I'm pretty sure my fairly straightforward code isn't usin

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

2005-03-17 Thread Roger Binns
Perhaps I should make the official installer install whatever is in SVN at the time instead of having a release tarball at all :) Ximian used to start the install process for Gnome by doing something like: wget -dump http://./install.sh | sh Note that I don't care how you do thinks behind t

[Pythonmac-SIG] "Launching" a file on a mounted server.

2005-03-17 Thread Stephen Hansen
Hello all :) I'm in the progress of porting our Python program over to the Mac, and I've run into a snag or two. We're running Python2.3 on MacOSX 10.3 I have two files: /Volumes/server/file1.jpg and: /Volumes/server/element/file2.jpg If I do: fs1 = Carbon.File.FSRef('/Volumes/server/file1.jpg'

Re: [Pythonmac-SIG] "Launching" a file on a mounted server.

2005-03-17 Thread Bob Ippolito
On Mar 17, 2005, at 16:49, Stephen Hansen wrote: Hello all :) I'm in the progress of porting our Python program over to the Mac, and I've run into a snag or two. We're running Python2.3 on MacOSX 10.3 I have two files: /Volumes/server/file1.jpg and: /Volumes/server/element/file2.jpg If I do: fs1 =

[Pythonmac-SIG] ANN: py2app 0.1.8

2005-03-17 Thread Bob Ippolito
(see also: ) `py2app`_ is the bundlebuilder replacement we've all been waiting for. It is implemented as a distutils command, similar to `py2exe`_, that builds Mac OS X applications from Python scripts, extensions, and related data

[Pythonmac-SIG] ANN: PyObjC 1.3b1

2005-03-17 Thread Bob Ippolito
NOTE: This is an announcement for a BETA release of `PyObjC`_. Though we know it to be quite stable, and have been using it on a daily basis for quite some time, use it at your own risk. 1.3.0 will be out in a matter of days, but it is essential that we get some eyes on this! .. _`PyObjC`