Re: [Pythonmac-SIG] Two appscript problems, plus a stupid question

2006-03-25 Thread has
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

Re: [Pythonmac-SIG] Two appscript problems, plus a stupid question

2006-03-25 Thread has
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

Re: [Pythonmac-SIG] "mach-o, but wrong architecture"

2006-03-25 Thread Bob Ippolito
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

Re: [Pythonmac-SIG] "mach-o, but wrong architecture"

2006-03-25 Thread Marc Hedlund
>> 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

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

2006-03-25 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Ronald Oussoren
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

Re: [Pythonmac-SIG] Installing numpy 0.9.6 problems

2006-03-25 Thread Bob Ippolito
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 >

Re: [Pythonmac-SIG] resizing terminal and curses

2006-03-25 Thread Ronald Oussoren
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

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

2006-03-25 Thread Ivan Vinogradov
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