Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Nicholas Riley
On Wed, Jun 28, 2006 at 05:47:34PM -0700, Bob Ippolito wrote: > You have some kind of haxie-like-thing (an InputManager maybe) > installed. That haxie is broken and causing those messages. > > #6 0x059be320 in DFPatch::Initialize () > > No symbol table info available. Looks like SCPatch/Defaul

Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Bob Ippolito
You have some kind of haxie-like-thing (an InputManager maybe) installed. That haxie is broken and causing those messages. Nothing to see here, not a bug in appscript or Python. -bob On Jun 28, 2006, at 5:42 PM, Jordan Breeding wrote: > Okay, so this is going to be a bit long, I didn't know i

Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Jordan Breeding
Okay, so this is going to be a bit long, I didn't know if you would want the short stack trace or the full stack trace so I will just put the full one. To reproduce the problem I ran my script with a certain track list, the program completed and never triggered the breakpoint. Then I clea

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Ronald Oussoren wrote: > On 28-jun-2006, at 20:50, Michael Glassford wrote: > >> Ronald Oussoren wrote: >>> Its getting more and more clear that I can't get way with not >>> updating the 2.4 installer :-(. >> Would you be thinking of doing this soon? :) > > Not this week, I've spent way too much

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Bob Ippolito wrote: > In your situation, I would just give up on 10.3 users until the issue > with Python is resolved (which is either going to happen when 2.5 > comes out, or when the 2.4.3 installer gets updated). OK, thanks for the help. I guess this is the solution we'll go with for now

Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Bob Ippolito
I don't see anything in this script that could directly cause those warnings. It's got to be something in appscript calls into... If you run it under GDB with a breakpoint on _NSAutoreleaseNoPool you might be able to track it down. If you could reproduce the issue in such a way that it was e

[Pythonmac-SIG] Is anyone using IDLE?

2006-06-28 Thread Ronald Oussoren
Hi, Are there any users of IDLE on OSX? I'm guessing the answer is no, as if just fixed a problem where opening the debugger window would completely hose IDLE (probably a TkAqua bug), but you never know :-). If there are people that are interested in IDLE on OSX I'd be very grateful if some

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 20:56, Bob Ippolito wrote: > > > It's not really trivial, but it's the only option you have unless > someone else does it first. It sounds like Ronald will probably > create another 2.4.3 installer in the future that fixes this and a > few other issues, but I don't know when he

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 20:50, Michael Glassford wrote: > Ronald Oussoren wrote: >> On 28-jun-2006, at 19:02, Michael Glassford wrote: >> >>> I've built a universal binary build of an application that runs >>> great on >>> the Tiger machines that I've tested it on (both PowerPC and >>> Intel). >>>

Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Jordan Breeding
Okay, I am attaching a copy of the current script. Usernames, passwords, and email addresses have been replaced with "". This code might be a little rough, probably looks like c++ instead of pure python, etc. But it does work except for that I get those errors from time to time. I seem t

Re: [Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Bob Ippolito
pythonw is and always has been a stub that launches a regular python interpreter. There is nothing special about it except for the path the regular interpreter is located at. The only thing it can do is enable WindowServer access; it shouldn't ever cause any issues (especially of this sort)

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Bob Ippolito
On Jun 28, 2006, at 11:46 AM, Michael Glassford wrote: > Bob Ippolito wrote: >> On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: >>> I've built a universal binary build of an application that runs >>> great on >>> the Tiger machines that I've tested it on (both PowerPC and >>> Int

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Ronald Oussoren wrote: > On 28-jun-2006, at 19:02, Michael Glassford wrote: > >> I've built a universal binary build of an application that runs >> great on >> the Tiger machines that I've tested it on (both PowerPC and >> Intel). >> However, when I try to run it on PowerPC 10.3.9 (which I

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
Bob Ippolito wrote: > On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: > >> I've built a universal binary build of an application that runs >> great on >> the Tiger machines that I've tested it on (both PowerPC and >> Intel). >> However, when I try to run it on PowerPC 10.3.9 (which

[Pythonmac-SIG] Fwd: Re: python appscript is displaying warning/errors sometimes

2006-06-28 Thread Jordan Breeding
Hello, Do you think that the Python 2.4.3 Universal build could be having this effect with python and pythonw now combined? I don't see these messages all of the time but when I do it is a block of about 10 or so of them, and I usually only get the messages once per run of a script even when t

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Ronald Oussoren
On 28-jun-2006, at 19:02, Michael Glassford wrote: > I've built a universal binary build of an application that runs > great on > the Tiger machines that I've tested it on (both PowerPC and > Intel). > However, when I try to run it on PowerPC 10.3.9 (which I've been > led to > believe s

Re: [Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Bob Ippolito
On Jun 28, 2006, at 10:02 AM, Michael Glassford wrote: > I've built a universal binary build of an application that runs > great on > the Tiger machines that I've tested it on (both PowerPC and > Intel). > However, when I try to run it on PowerPC 10.3.9 (which I've been > led to > belie

[Pythonmac-SIG] Universal binary build of py2app application won't run on 10.3.9

2006-06-28 Thread Michael Glassford
I've built a universal binary build of an application that runs great on the Tiger machines that I've tested it on (both PowerPC and Intel). However, when I try to run it on PowerPC 10.3.9 (which I've been led to believe should work from comments in the PyObjC svn log), I get this error: ""

Re: [Pythonmac-SIG] 40% size increase for Universal?

2006-06-28 Thread Bob Ippolito
On Jun 27, 2006, at 11:51 PM, Marc Hedlund wrote: > > I just did my first build of a Python app using the Universal > Python 2.4.3 > package, py2app-0.2.5-py2.4-macosx10.4.zip, > wxPython2.6-osx-unicode-2.6.3.2rc2-universal10.4-py2.4.dmg, and > pycrypto-2.0.1_py2.4.zip (which I found in the "Ki

[Pythonmac-SIG] 40% size increase for Universal?

2006-06-28 Thread Marc Hedlund
I just did my first build of a Python app using the Universal Python 2.4.3 package, py2app-0.2.5-py2.4-macosx10.4.zip, wxPython2.6-osx-unicode-2.6.3.2rc2-universal10.4-py2.4.dmg, and pycrypto-2.0.1_py2.4.zip (which I found in the "Kitchen Sink" package at