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
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
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
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
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
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
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