Re: [Pythonmac-SIG] Install

2006-07-14 Thread Bob Ippolito
On Jul 11, 2006, at 3:14 PM, Robert Anton Patterson wrote: > Hi I'm trying to install MySQLdb-1.2.1 on Mac OS X and would > appreciate > anyone's help on the matter. Ben Gollmer just contributed a universal build of MySQLdb-1.2.1 for Python 2.4, you can download it here: http://pythonmac.org

Re: [Pythonmac-SIG] Errors in Numpy running matplotlib

2006-07-14 Thread Charlie Moad
On 7/14/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > James Kebinger wrote: > > Thanks for responding. Every library I'm using came prebuild from > > http://www.pythonmac.or/packages/py24-fat/index.html. I don't know who > > built them or when. > > Nor do I, but I'm having the same problem as

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Charlie Moad
On 7/14/06, Christopher Barker <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm working on Building a Matplotlib that will work with the Universal > Python. > > I was going along just fine, following the procedure that I've used > before, but low and behold, I've run into a problem. > > MPL Requires li

Re: [Pythonmac-SIG] Someone had PIL trouble on i386 10.4.6 Python 2.4 IIRC--I succeeded this evening

2006-07-14 Thread Christopher Barker
Ronald Oussoren wrote: >>> I'll have to package up my package build script one of these days ;-) Did you ever package up your build script? > Its one level higher: a script that uses bdist_egg and bdist_mpkg to build > binary packages given a list of recipes. >> I like binary packages on > pyt

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 4:48 PM, Christopher Barker wrote: > Bob Ippolito wrote: >> I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend >> that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not >> compatible with everything, but definitely works with libpng. > > Not for me,

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Bob Ippolito
Yes, Python 2.3 on Mac OS X 10.4 i386 is indeed broken for most things in Carbon.*, especially Apple Events. Use Universal Python 2.4.3. http://pythonmac.org/packages/py24-fat/ -bob On Jul 14, 2006, at 4:15 PM, Stefan Holmer wrote: > I'm now trying to use argvemulator to collect the Event. W

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Bob Ippolito wrote: > I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend > that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not > compatible with everything, but definitely works with libpng. Not for me, but I have no idea what I'm doing. I tried: ./configure CC="

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Bob Ippolito wrote: > I use the script that SDL uses, gcc-fat.sh. It's a compiler frontend > that compiles 10.2 PPC with gcc3.3 and 10.4 i386 with gcc4. Not > compatible with everything, but definitely works with libpng. That looks promising. I've got it, but noticed that it's using gcc-3.3

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Stefan Holmer
I'm now trying to use argvemulator to collect the Event. When I set ArgvCollector to trig on 'odoc' it gives me some odd path inside my .app-directory. If I modify the code for ArgvCollector and make it trigger on 'odoc' and 'codo' I get my the correct path for the file I'm trying to open, but

Re: [Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 1:47 PM, Christopher Barker wrote: > Hi all, > > I'm working on Building a Matplotlib that will work with the Universal > Python. > > I was going along just fine, following the procedure that I've used > before, but low and behold, I've run into a problem. > > MPL Requires lib

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Stefan Holmer
Nicholas, I feel pretty stupid, but I actually can't find any information in the appscript documentation about how to listen for and bind a function to an apple event? Can you enlighten me a bit? Nicholas Riley skrev: > On Fri, Jul 14, 2006 at 08:43:53PM +0200, Stefan Holmer wrote: > >> I'm w

[Pythonmac-SIG] Matplotlib, other libs and the Universal Python

2006-07-14 Thread Christopher Barker
Hi all, I'm working on Building a Matplotlib that will work with the Universal Python. I was going along just fine, following the procedure that I've used before, but low and behold, I've run into a problem. MPL Requires libpng and a version of libfreetype that doesn't come with OS-X. In the

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Nicholas Riley
On Fri, Jul 14, 2006 at 08:43:53PM +0200, Stefan Holmer wrote: > I'm writing the application in Python using the MiniAEFrame module which > comes with MacPython. I've built it mostly like the example test class > in MiniAEFrame named _Test. Try using aemreceive, part of appscript (http://freespa

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Stefan Holmer
I'm writing the application in Python using the MiniAEFrame module which comes with MacPython. I've built it mostly like the example test class in MiniAEFrame named _Test. Although, I noticed that I had to change the code "aevt" to "tvea" and "oapp" to "codo", don't know why though? Have these

Re: [Pythonmac-SIG] Errors in Numpy running matplotlib

2006-07-14 Thread Christopher Barker
James Kebinger wrote: > Thanks for responding. Every library I'm using came prebuild from > http://www.pythonmac.or/packages/py24-fat/index.html. I don't know who > built them or when. Nor do I, but I'm having the same problem as you with them, on a PC Mac. So I'm working on re-building it. > I

Re: [Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 1:51 AM, Stefan Holmer wrote: > I'm trying to open pictures with my program using right click and > "Open > with...". It works when the program is already started, but when the > program gets started with the "Open with..." I don't receive an Action > Event at all it seems.

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-14 Thread Bob Ippolito
On Jul 14, 2006, at 7:42 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jul 12, 2006, at 11:28 AM, Michael Glassford wrote: >>> Bob Ippolito wrote: On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: and second it's not what you're running anyway! Look at the site- p

Re: [Pythonmac-SIG] Building python 2.4.3 on OSX 10.3.9

2006-07-14 Thread Michael Glassford
Bob Ippolito wrote: > On Jul 12, 2006, at 11:28 AM, Michael Glassford wrote: > >> Bob Ippolito wrote: >>> On Jul 12, 2006, at 7:51 AM, Michael Glassford wrote: >>> and second it's not what you're running anyway! Look at the site- >>> packages dir in the exception, that's a normal unix install,

Re: [Pythonmac-SIG] Errors in Numpy running matplotlib

2006-07-14 Thread James Kebinger
Thanks for responding. Every library I'm using came prebuild from http://www.pythonmac.or/packages/py24-fat/index.html. I don't know who built them or when. To be clear, this problem is happening at runtime, not while building anything. It would indeed be nice for the repository to host a set of l

[Pythonmac-SIG] (no subject)

2006-07-14 Thread Tom Elliott
Hi,Some time ago I asked this list for help with a "Newbie problem" which was really about Cocoa rather than PyObjC:  to determine which button of a set of radio buttons (NSMatrix) was selected.  Bob Ippolito kindly suggested the following elegant filter solution (given radioMatrix as an outlet, an

[Pythonmac-SIG] Problem with open_app Action Event

2006-07-14 Thread Stefan Holmer
Hi I'm trying to open pictures with my program using right click and "Open with...". It works when the program is already started, but when the program gets started with the "Open with..." I don't receive an Action Event at all it seems. Why is this? And how do I fix it? Thanks, Stefan __