Re: [Pythonmac-SIG] PIL for OS-X

2008-04-08 Thread Ronald Oussoren
On 5 Apr, 2008, at 1:40, Christopher Barker wrote: Hi all, There's been a discussion over on the Image-sig about what the PIL web site should tell folks that want PIL for OS-X. There have simply been too many "I'm having trouble building PIL on OS-X" questions. I've suggested that the PIL webs

Re: [Pythonmac-SIG] PIL and py2app on Leopard

2008-04-08 Thread Martin Dunschen
PIL stands for "Python Imaging Library". "Image" is the module you import to use this library. In your setup.py you need to make sure that the "Image" module is included in building the app. Read the documentation to py2app (or py2exe) to find how you can ensure that this module will be include

Re: [Pythonmac-SIG] Double-clickable wxpython application?

2008-04-08 Thread Henning Hraban Ramm
Am 2008-04-08 um 02:40 schrieb Kevin Horton: >> >> Just put an alias to your python file on the Desktop. >> On doubleclick it starts Terminal, but it works. > I don't know why, but this does not work for me. In my account > nothing happens, and no messages in Console.app giving a clue why. I > re

Re: [Pythonmac-SIG] Double-clickable wxpython application?

2008-04-08 Thread Kevin Horton
On 8 Apr 2008, at 15:38, Henning Hraban Ramm wrote: > Try to map *.py on Python Launcher. I didn't even know PythonLauncher.app existed, but SpotLight found it, and I did the mapping. PythonLauncher from Apple's python 2.3 on OS 10.4 didn't work, but the one from MacPython 2.5 did work. At

Re: [Pythonmac-SIG] Carbon bindings' future (was: Re: eliminating appscript-triggered Dock icon)

2008-04-08 Thread Ronald Oussoren
On 3 Apr, 2008, at 15:46, has wrote: One of the nice things of the current Carbon bindings is that a large portion of the API is just there and you probably don't have to write C code when you want to use an API. Sadly enough that's only true of API's that were present in OS9, but the idea s