Re: [Pythonmac-SIG] XCode for OS X 10.5?

2010-06-25 Thread davelist
On Jun 25, 2010, at 9:18 PM, Skip Montanaro wrote: > Sorry to ask a non-Python question here, but I need this to get my laptop > rebuilt > so I can do stuff again. I lost the disk on my Macbook Pro which Apple kindly > replaced, however my backups were partially toast, so I had to reinstall OS

Re: [Pythonmac-SIG] Shortcut for IDLE on Mac OS X (LEOPARD)

2009-10-08 Thread davelist
On Oct 7, 2009, at 7:35 PM, Christopher Barker wrote: Ben Golding wrote: You should be able to put this in a double-clickable file by putting that string in a file called, say, IDLE.command and then making it executable. Files ending in ".command" are recognised by Launch Services as she

[Pythonmac-SIG] correct way to create a PyObjC application

2008-11-15 Thread davelist
I've done a little bit Cocoa programming using Objective-C and tried PyObjc back under Xcode/IB 2.0, but now I'd like to try PyObjc with Xcode/IB 3. Using a mixture of documentation, here's what I've come up with. Can someone please let me know if there's anything wrong with this process

[Pythonmac-SIG] Python TkAqua, Tkinter bug

2007-11-02 Thread davelist
I am not certain where the problem is or who to report it to, but there is a bug in TkAqua, Tkinter, or possibly OS X's windowing system. I am using a simple module on top of Tkinter for teaching an intro programming course. When I click the mouse in the Tkinter window, it often reports the

Re: [Pythonmac-SIG] Why Do I Explicitly Need MacPython

2006-09-25 Thread davelist
On Sep 25, 2006, at 5:08 PM, Russell E. Owen wrote: > > I see what you mean about different installations. I think the > following > might work better: > - Always modify _tkinter.so to point to Tcl/Tk 8.4 in >/Library/Frameworks. > This will fall back to the built in /System/Library/Frame