[Pythonmac-SIG] Fwd: signal from itunes when song changes?

2007-05-09 Thread Daniel Lord
I forgot to copy the list ;-) Begin forwarded message: From: Daniel Lord <[EMAIL PROTECTED]> Date: May 9, 2007 10:30:41 PDT To: julien ricard <[EMAIL PROTECTED]> Subject: Re: [Pythonmac-SIG] signal from itunes when song changes? Growl does it, so there must be a way to register for state chan

Re: [Pythonmac-SIG] Problems with PYTHONPATH using MacPorts Python 2.4 & 2.5

2007-05-09 Thread Nehemiah Dacres
Site packages is where the platform dependant libraries of Mac python reside. they should be in /Library/Python/site-packages/ and thats where platform specific libraries are installed. Python home im not sure of, PYTHONPATH is where the python interpreter lives, it is specific to the particular v

[Pythonmac-SIG] signal from itunes when song changes?

2007-05-09 Thread julien ricard
hi, I'm building a kind of plugin for itunes using python and qt. In order to practice a bit, I've started with a very simple one: display the song currently played (no 'update' button). The problem is that I don't know how to get the signal from itunes when the song changes in order to update the

Re: [Pythonmac-SIG] Problems building universal binary for NumericPython

2007-05-09 Thread Ronald Oussoren
On Wednesday, May 09, 2007, at 03:47PM, "Jens Thomas" <[EMAIL PROTECTED]> wrote: >Hi Ronald, > >Ronald Oussoren wrote: >> >> On Wednesday, May 09, 2007, at 02:19PM, "Jens Thomas" <[EMAIL PROTECTED]> >> wrote: >> >>> Hi, >>> >>> I'm having trouble building Numeric Python 24.2 as a universal

Re: [Pythonmac-SIG] Problems building universal binary for NumericPython

2007-05-09 Thread Jens Thomas
Hi Ronald, Ronald Oussoren wrote: > > On Wednesday, May 09, 2007, at 02:19PM, "Jens Thomas" <[EMAIL PROTECTED]> > wrote: > >> Hi, >> >> I'm having trouble building Numeric Python 24.2 as a universal binary. I >> know that Numeric is deprecated, but for various reasons I still need to >> us

Re: [Pythonmac-SIG] Problems building universal binary for NumericPython

2007-05-09 Thread Ronald Oussoren
On Wednesday, May 09, 2007, at 02:19PM, "Jens Thomas" <[EMAIL PROTECTED]> wrote: >Hi, > >I'm having trouble building Numeric Python 24.2 as a universal binary. I >know that Numeric is deprecated, but for various reasons I still need to >use it. > >I've edited the file customize.py to include th

[Pythonmac-SIG] Problems building universal binary for Numeric Python

2007-05-09 Thread Jens Thomas
Hi, I'm having trouble building Numeric Python 24.2 as a universal binary. I know that Numeric is deprecated, but for various reasons I still need to use it. I've edited the file customize.py to include the following: extra_compile_args = ['-isysroot /Developer/SDKs/MacOSX10.4u.sdk -arch i386