[Pythonmac-SIG] PIL icns plugin can't display icns file

2008-01-07 Thread Kevin Walzer
I'm testing Bob Ippolito's icns plugin for PIL, and am running into difficulty. I can't get an icon to display: in fact, Python crashes when I try to load the icon and display it. Here is a test script, using a Tkinter GUI (Python 2.5.1, Tk 8.5, OS X 10.5.1): --- from Tkinter import * import I

[Pythonmac-SIG] Installation of pyobjc xcode integration help

2008-01-07 Thread Vincent Smedley
Hi, Just installed PyObjC 1.4 as a binary install on Tiger with Python 2.4 installed. The install seems to work fine, from CL python I can access the cocoa frameworks. But in xcode I can't see the python application templates. The templates have been installed correctly as far as I can te

[Pythonmac-SIG] HOWTO build local 2.4 on Leopard (was Re: newbie Mac switcher trying to set up django on Intel MacBook Pro Tiger)

2008-01-07 Thread Gary Poster
On Jan 3, 2008, at 1:28 PM, Tobias Rodäbel wrote: > BTW, we had a very inspiring discussion on the zope3-dev > list last summer regarding system python for *development*. Most > people there prefer a separate python tree for each (zope) project. > http://www.mail-archive.com/[EMAIL PROTECTED]/msg

Re: [Pythonmac-SIG] PIL icns plugin can't display icns file

2008-01-07 Thread Kevin Walzer
Kevin Walzer wrote: > > > I'm not sure what is causing Python to barf here. PIL is supposed to be > able to create valid Tkinter photo objects, so I don't think the issue > is with Tk not recognizing the icns format. Any suggestions? > > To answer my own question, I need to rebuild PIL to lin

Re: [Pythonmac-SIG] PIL icns plugin can't display icns file

2008-01-07 Thread Ronald Oussoren
On 8 Jan, 2008, at 5:18, Kevin Walzer wrote: Kevin Walzer wrote: I'm not sure what is causing Python to barf here. PIL is supposed to be able to create valid Tkinter photo objects, so I don't think the issue is with Tk not recognizing the icns format. Any suggestions? To answer my o