Andrew Barnert wrote:
>If this list is the wrong place, I apologize; just let
>me know and I'll ask in the right place. Otherwise:
Here's fine.
>First, whenever I try to get a date through appscript,
>at least from iTunes, I get a "CommandError: long int
>too large to convert to int".
>Second, w
Andrew Barnert wrote:
>In my iTunes scripts, I do this by generating a big
>filter:
>[...]
Come to think of it, you can simplify the OR test a bit, since AND() and OR()
can take more than one argument:
itunes = app('iTunes')
dids = [66, 67, 68, 69, 70]
idfilters = [its.database_ID == did for
On Mar 24, 2006, at 4:51 PM, Marc Hedlund wrote:
> I've seen a few messages about this error, but I'm not clear what the
> resolution is (if any). I'm using MacOS X 10.4.5, Intel iMac, and the
> bundled Python 2.3.5. For various reasons I don't want to use
> Python 2.4
> yet.
>
> I had been w
>> I get that wxPython is built for ppc, and that the version of python on my
>> machine is a Universal binary, and that those aren't playing well
>> together. My question is, can I do anything about it? Is there a way to
>> call python so that it is forced to run under Rosetta? My goal is to r
On 24-mrt-2006, at 1:44, Christopher Barker wrote:
> 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 t
On 24-mrt-2006, at 21:19, Russell E. Owen wrote:
> In article <[EMAIL PROTECTED]>,
> Ronald Oussoren <[EMAIL PROTECTED]> wrote:
>
>> On 23-mrt-2006, at 19:24, James Boyle wrote:
>> ...
>>> I am running OX 10.3.9. I installed python 2.4.2 using Universal
>>> MacPython 2.4.2.dmg.
>>>
>>> When I tr
On 25-mrt-2006, at 19:41, Russell E Owen wrote:
> At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote:
On 23-mrt-2006, at 19:24, James Boyle wrote:
...
> I am running OX 10.3.9. I installed python 2.4.2 using Universal
> MacPython 2.4.2.dmg.
> ...
>>
>> The universal binary buil
On Mar 25, 2006, at 12:06 PM, Ronald Oussoren wrote:
>
> On 25-mrt-2006, at 19:41, Russell E Owen wrote:
>
>> At 6:35 PM +0100 3/25/06, Ronald Oussoren wrote:
> On 23-mrt-2006, at 19:24, James Boyle wrote:
> ...
>> I am running OX 10.3.9. I installed python 2.4.2 using Universal
>
On 14-mrt-2006, at 19:00, Nicholas Cole wrote:
> I couldn't find anything in the archives related to this.
>
> Using both Apple's python and a build of python2.4.2, there seems to
> be a bug when using ncurses. curses.newwin() is supposed to give a
> new window filling the pysical terminal, but
Some random comments, apologies for snipping.
It is officialy released, even if Bill hasn't updated the download
page at python.org yet.
Works just fine on fresh install of Tiger and PPC.
Making this official +1.
Perhaps could use some cosmetic changes but that's a matter of
personal t
10 matches
Mail list logo