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
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
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
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
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
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
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
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
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
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
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
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
12 matches
Mail list logo