Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Ronald Oussoren
On 24-mrt-2006, at 1:22, Bill Janssen wrote: >> On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote: >> It is officialy released, even if Bill hasn't updated the download page at python.org yet. >>> >>> Ronald, what's the proper URL to advertise? I've got >>> >>> http://homepage.mac.com/ro

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Bill Janssen
> Are we really ready to call it the "official" version to use? I just had > a colleague try it, then he asked me how to get wxPython and numpy > working with it. OK, I'll hold off on it till people start yelling at me to update the page. We still haven't seen Kevin's new icon ideas, either. B

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Christopher Barker
Bill Janssen wrote: >> It is officialy released, even if Bill hasn't updated the download >> page at python.org yet. Are we really ready to call it the "official" version to use? I just had a colleague try it, then he asked me how to get wxPython and numpy working with it. I don't think there

Re: [Pythonmac-SIG] Upgrading to Python 2.4 and handling packages (e.g. Numeric, wxPython, etc.)

2006-03-23 Thread Christopher Barker
Louis Pecora wrote: > % python setup.py bdist_mpkg --open > > at the shell prompt.Is that right? I'm sorry I wasn't clear: >> bdist_mpkg at the shell prompt, all by itself (it's a script) should do it. If there is a setup.py in the directory you type that in, it should use it. -Chris

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Bill Janssen
> On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote: > > >> It is officialy released, even if Bill hasn't updated the download > >> page at python.org yet. > > > > Ronald, what's the proper URL to advertise? I've got > > > > http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython > >

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Bob Ippolito
On Mar 23, 2006, at 4:09 PM, Bill Janssen wrote: >> It is officialy released, even if Bill hasn't updated the download >> page at python.org yet. > > Ronald, what's the proper URL to advertise? I've got > > http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython > %202.4.2.dmg > >

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Bill Janssen
> It is officialy released, even if Bill hasn't updated the download > page at python.org yet. Ronald, what's the proper URL to advertise? I've got http://homepage.mac.com/ronaldoussoren/.Public/Universal%20MacPython%202.4.2.dmg but perhaps you'd like to upload it to pythonmac.org, or somewhe

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Bill Janssen
> It is officialy released, even if Bill hasn't updated the download > page at python.org yet. I must be missing something about updating the new website's pages. I've removed the old comment on the main downloads page several times, but it keeps showing up. In fact, looking at the svn history

Re: [Pythonmac-SIG] Questions about various bits of Intel status

2006-03-23 Thread Andrew Barnert
Andrew Barnert: > > What are the actual problems with having a root/wheel > > 755 framework directory instead of root/admin 775? I > > guess it means you can't install modules to > > site-packages out of .pkg files? If it's important, it > > would be nice if it were easier to do properly. Ronald O

Re: [Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Jordan Krushen
On 3/23/06, Scott Frankel <[EMAIL PROTECTED]> wrote: > If I understand correctly, this would translate in Python to: > > rectangle = setWidthheight_(width, height) obj-c: [rectangle setWidth:width height:height] python: rectangle.setWidth_height_(width, height) > Correct that the '

Re: [Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Ronald Oussoren
On 23-mrt-2006, at 20:53, Scott Frankel wrote: > > Apologies in advance for this tangential question. > > I'm trying to wrap my head around how Objective-C methods are > constructed -- and more importantly, how they're converted to Python > methods. Doco I've found uses as an example a method wi

Re: [Pythonmac-SIG] Questions about various bits of Intel status

2006-03-23 Thread Ronald Oussoren
On 23-mrt-2006, at 0:31, Andrew Barnert wrote: > Thanks for the quick answers, and it's good to know > that I'm not missing information right in front of my > face > > Me: >>> First, what's up with ctypes and other things that >>> need libffi? > > Ronald: >> PyObjC contains a port of libffi t

Re: [Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Scott Frankel
Thanks for the clarifications! Scott On Mar 23, 2006, at 12:06 PM, Jordan Krushen wrote: > obj-c: > [rectangle setWidth:width height:height] > > python: > rectangle.setWidth_height_(width, height) On Mar 23, 2006, at 12:11 PM, Zachery Bir wrote: > You're not assigning the result of

Re: [Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread Ronald Oussoren
On 23-mrt-2006, at 20:13, has wrote: > > [1] Re. Python 2.4.x on Intel Macs: I'll make up a binary appscript > installer once the universal Python 2.4.2 installer is officially > released. Meantime you should be able to build from source. It is officialy released, even if Bill hasn't update

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread Christopher Barker
James Boyle wrote: > I am running gcc 3.3. I note that the python 2.4.2 was built using gcc > 4.0.1. Could this difference in gcc versions be the problem? > At present I am at a loss as to what to try next. It sure could. The thing to try is using gcc 4.0.1: sudo gcc_select 4.x You may need to

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread Ronald Oussoren
On 23-mrt-2006, at 19:24, James Boyle wrote: > I'm not sure whether to post this to this list or the numpy list > but I'll start here. > > I am running OX 10.3.9. I installed python 2.4.2 using Universal > MacPython 2.4.2.dmg. > > When I try to install numpy 0.9.6 it fails with the message. >

Re: [Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Zachery Bir
On Mar 23, 2006, at 2:53 PM, Scott Frankel wrote: > Apologies in advance for this tangential question. > > I'm trying to wrap my head around how Objective-C methods are > constructed -- and more importantly, how they're converted to Python > methods. Doco I've found uses as an example a method wi

[Pythonmac-SIG] objc methods to pythonese

2006-03-23 Thread Scott Frankel
Apologies in advance for this tangential question. I'm trying to wrap my head around how Objective-C methods are constructed -- and more importantly, how they're converted to Python methods. Doco I've found uses as an example a method with white space between the parts of the method name.

Re: [Pythonmac-SIG] Upgrading to Python 2.4 and handling packages (e.g. Numeric, wxPython, etc.)

2006-03-23 Thread Christopher Barker
Louis Pecora wrote: > Any ideas? yup. Py2App should have installed a script in /usr/local/bin called bdist_mpkg. If that's on your PATH, you should be able to run: bdist_mpkg in the directory that your setup.py lives in. -Chris -- Christopher Barker, Ph.D. Oceanographer

Re: [Pythonmac-SIG] Upgrading to Python 2.4 and handling packages (e.g. Numeric, wxPython, etc.)

2006-03-23 Thread Louis Pecora
Christopher Barker wrote: > Why don't you build a package out of this? If you install Py2app, you > can run: bdist_mpkg and you'll get a nice package that you can give to > Bob to put on the site. > > OK, I tried this. installed Py2app (2.4.1 Frameworks version) no problem. But now I have trou

[Pythonmac-SIG] egg question

2006-03-23 Thread Markus
Hi! I've installed 2.4.2 Universal on a machine which has 2.4.1 from fink installed. This worked very well. I had to install some packages with 'python setup.py install' but no problem here. Then I wanted sqlobject and I tried 'easy_install -U sqlobject' which told, that its already installe

[Pythonmac-SIG] [ann] Appscript Installer 1.3 released

2006-03-23 Thread has
Hi all, Appscript updates are now available at: http://freespace.virgin.net/hamish.sanderson/appscript.html This release adds Intel Mac support [1] and changes the license from LGPL to MIT. Many thanks to Ben Artin for providing Intel compatibility patches. If anyone has any problems, please

[Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-23 Thread James Boyle
I'm not sure whether to post this to this list or the numpy list but I'll start here. I am running OX 10.3.9. I installed python 2.4.2 using Universal MacPython 2.4.2.dmg. When I try to install numpy 0.9.6 it fails with the message. . . gcc: _configtest.c gcc: cannot specify -o with -c or -S and

Re: [Pythonmac-SIG] I have Python 2.4.1 but no site packages. What did I miss?

2006-03-23 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Louis Pecora <[EMAIL PROTECTED]> wrote: > Yes, I tried creating the 2.4 directories, but that didn't work. So > what am I to do? Python 2.4.1 cannot find Numeric, wxPython or anything > in the 2.3 directories that Python 2.3 can find. import just gives > Trac

Re: [Pythonmac-SIG] Upgrading to Python 2.4 and handling packages (e.g. Numeric, wxPython, etc.)

2006-03-23 Thread Christopher Barker
Lou, Thanks for the summary, you beat me to it. I'm a bit surprised that you didn't already know this -- I thought is was made pretty darn clear that you needed to re-install all your add-on packages when you installed an upgraded Python. In fact, that's one of the reasons' not to use Apple's

[Pythonmac-SIG] Upgrading to Python 2.4 and handling packages (e.g. Numeric, wxPython, etc.)

2006-03-23 Thread Louis Pecora
Info on converting over installed Python packages to non-Apple Python for those who are newbies or are not gurus (includes me): Bob Ippolito was right. When you upgrade to a non-Apple python you have to re-install all the "add-on" packages like Numeric. You also have to set your paths in the

Re: [Pythonmac-SIG] matplotlib and AquaTerm

2006-03-23 Thread Charlie Moad
On 3/22/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Does matplotlib work with AquaTerm as a backend? Recently an AquaTerm backend was donated to matplotlib. I haven't had a chance to test or commit it to svn yet though. I am attaching it for anyone interested. - Charlie """ An AquaTerm b

Re: [Pythonmac-SIG] I have Python 2.4.1 but no site packages. What did I miss?

2006-03-23 Thread Louis Pecora
Bob Ippolito wrote: > On Mar 22, 2006, at 1:26 PM, Louis Pecora wrote: > > >> A few months ago I installed (at the prodding of gurus here) Python >> 2.4.1. I tried to use it today (haven't used it for a while since the >> install) and it cannot find Numeric. I checked and I have no 2.4 >> direc

Re: [Pythonmac-SIG] py2app is building semi-standalone package only.

2006-03-23 Thread Ronald Oussoren
On Wednesday, March 22, 2006, at 11:21PM, Russell Finn <[EMAIL PROTECTED]> wrote: >On 3/22/06, Christopher Barker <[EMAIL PROTECTED]> wrote: >> 2) you mentioned a programmatic API: In fact, I think there is a plist >> somewhere that sets the default environment variables for all apps, you >> co

Re: [Pythonmac-SIG] py2app is building semi-standalone package only.

2006-03-23 Thread Ronald Oussoren
On Wednesday, March 22, 2006, at 11:37PM, Nicholas Riley <[EMAIL PROTECTED]> wrote: >On Wed, Mar 22, 2006 at 05:20:12PM -0500, Russell Finn wrote: >> On 3/22/06, Christopher Barker <[EMAIL PROTECTED]> wrote: >> > 2) you mentioned a programmatic API: In fact, I think there is a plist >> > somewh