Re: [Pythonmac-SIG] Python compatible with GC?

2011-03-02 Thread Ronald Oussoren
On 3 Mar, 2011, at 0:01, Kevin Walzer wrote: > I'm trying to debug a crash in a Python/Tkinter application that I am unable > to reproduce using equivalent Tcl/Tk code. I have a custom Tcl/Tk extension > library that implements an NSToolbar for Tk windows (using Tk-Cocoa). In > testing this ex

[Pythonmac-SIG] Python compatible with GC?

2011-03-02 Thread Kevin Walzer
I'm trying to debug a crash in a Python/Tkinter application that I am unable to reproduce using equivalent Tcl/Tk code. I have a custom Tcl/Tk extension library that implements an NSToolbar for Tk windows (using Tk-Cocoa). In testing this extension, when I call the standard Cocoa dialog to save

Re: [Pythonmac-SIG] missing wrapper for an NSView method?

2011-03-02 Thread Kaz Wesley
Don't mind me, I think I have misunderstood the structure of the Cocoa docs. On Wed, Mar 2, 2011 at 11:16, Kaz Wesley wrote: > The Cocoa docs describe a reflectScrolledClipView: method for NSView > in "OS X 10.0 and higher": > http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/

[Pythonmac-SIG] missing wrapper for an NSView method?

2011-03-02 Thread Kaz Wesley
The Cocoa docs describe a reflectScrolledClipView: method for NSView in "OS X 10.0 and higher": http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSView_Class/Reference/NSView.html#//apple_ref/occ/instm/NSView/reflectScrolledClipView: But when I do this:

[Pythonmac-SIG] Allow multiple executables in a single py2app bundle

2011-03-02 Thread David Brooks
Hi, The following patch enables the name of the stub executable to determine the Python script to run. This allows multiple scripts to use a common runtime. Required manual steps are to make copies of the stub in ./MacOS and to copy the actual Python scripts into ./Resources. N.B. The py2a