[Pythonmac-SIG] pyobjc objs is subclasses of them python objs

2006-06-07 Thread Jonathan Saggau
To paraphrase the movie "Groundhog Day:" Don't blog angry.  Especially when it's your own code that usually sucks.I don't know how he finds the time, but the python / mac community owes Bob several rounds of applause. Let me be the first to stand (soon as I get this here foot outta mah mouth). I'm

Re: [Pythonmac-SIG] Status of PyObjC port to Intel OS X

2006-05-16 Thread Saggau
I've had some success editing the custom build command in Xcode under the Project -> Edit Active TargetBuild Tool: /usr/bin/envArguments: python2.3 "$(SOURCE_ROOT)/setup.py" py2app --aliasThis gives me python2.3 when I want to go that route.  I usually don't need it to use python2.3 now that I've

[Pythonmac-SIG] I think I just ate a Zombie

2006-05-04 Thread Saggau
Can I compile pyobjc with debugging symbols? GDB without them hurts my brain.Cheers,Jonathan Saggau ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] Fwd: MacPython icon mockup

2006-04-19 Thread Saggau
First thing that hit my brain:  "That's IT."  wrote:On Wed, Apr 19, 2006 at 04:41:59PM -0400, Jacob Rus wrote: > Ok, got it.  Well, I've now put more time into this than I wanted to,> but I've

Re: [Pythonmac-SIG] weak-link libraries problem

2006-04-11 Thread Saggau
One way to say what I'm thinking:There might be another way around this.  It's another way of using two modules, which might not be desirable, but not quite the "two versions of the same thing, one with expanded functionality" type.  Instead, it's "Two different (and more basic/plain-Jane) library

Re: [Pythonmac-SIG] wxPython -- some disappointment using it.

2006-04-11 Thread Saggau
more bearable using it. Cheers, JonathanOn 4/11/06, Louis Pecora <[EMAIL PROTECTED]> wrote: Saggau wrote:> are you running your scripts with pythonw from the command line?>I'm running with pythonw from BBEdit although I have tried the commandline, too.  Same behavior.  I run other s

Re: [Pythonmac-SIG] wxPython -- some disappointment using it.

2006-04-11 Thread Saggau
are you running your scripts with pythonw from the command line?On 4/11/06, Louis Pecora <[EMAIL PROTECTED] > wrote:I bought the wxPython in Action book and started trying the simple examples in Chap. 1.  One thing I have run into is ratherdisappointing.  Many errors (e.g. I typed return true, inst

Re: [Pythonmac-SIG] NSZombies eating my brain

2006-04-10 Thread Saggau
I'm instantiating afresh and adding my python object to the NSArray controller each time.  It always crashes on the second addition with the NSZombie problem. Output of malloc_history on my NSZombie:superbadpbook:~ jonathan$ malloc_history 506 0x1147cb0 Call [2] [arg=12]: thread_a000ed98 |0x0 | _dy

Re: [Pythonmac-SIG] bin and version

2006-04-10 Thread Saggau
You can show all hidden files in the finder, too.defaults write com.apple.finder AppleShowAllFiles -bool TRUEOn tiger, this causes all icons to get a little bit transparent as though they're all hidden. I think that there is a macosxhints discussion about this that wraps it all up in a nice applesc

Re: [Pythonmac-SIG] NSZombies eating my brain

2006-04-09 Thread Saggau
this be the problem?On 4/9/06, Saggau <[EMAIL PROTECTED]> wrote: Hi again folks.System version = 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)](Built-in)PyObjC from SVN as of about a week ago. So I've done this:   from PyObjCTools imp

[Pythonmac-SIG] NSZombies eating my brain

2006-04-09 Thread Saggau
Hi again folks.System version = 2.3.5 (#1, Mar 20 2005, 20:38:20) [GCC 3.3 20030304 (Apple Computer, Inc. build 1809)](Built-in)PyObjC from SVN as of about a week ago.So I've done this:   from PyObjCTools import Signals    Signals.dumpStackOnFatalSignal()   from PyObjCTools import Debugging   Debug

[Pythonmac-SIG] NSUncaughtRuntimeErrorException and NSArrayController

2006-03-29 Thread Saggau
Hi folks. I've done a load of googling after getting SIG(variable) errorswhen adding and removing objects to/from an arrayController in pyobjc and can't seemto figure this one out. I've tried the pyobjc list and have no response so far. Apologies for cross-posting and please let me know if I'm