[Pythonmac-SIG] does pkg_resources think that "macosx-10.3" is incompatible with 10.5?

2007-11-20 Thread zooko
Folks: It appears that eggs built on Mac OS 10.4 are produced with filenames containing "macosx-10.3", like this: http://pypi.python.org/packages/2.5/s/simplejson/simplejson-1.7.3- py2.5-macosx-10.3-fat.egg but that if you try to easy_install such a package on Mac OS 10.5, it will deem that

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-20 Thread DaveW
For rapid UI development which keeps the action code separate from the gaphics, check out wxglade. http://wxglade.sourceforge.net/ Excellent tool. I've written some comments about a few wxpython things at http://www.avatar.com.au/sonipy/uiGUI.html Did someone already mention the wxPython book:

[Pythonmac-SIG] appscript create new iphoto album

2007-11-20 Thread David Voswinkel
Hi, try to create an new iPhoto album, But cant get it working. Is this a bug? >>> app('iPhoto').make(new=k.regular_album, with_properties={ k.name : 'New Album' }) Traceback (most recent call last): File "", line 1, in File "/Library/Python/2.5/site-packages/appscript-0.17.2-py2.5-macosx

Re: [Pythonmac-SIG] Anyone playing with CoreAnimation yet?

2007-11-20 Thread Dethe Elza
Hi Jack, I'm very interested, but have not had time to dig into CoreAnimation yet. I would definitely like to hear your experiences with it, and will share mine when my current project is wrapped up. --Dethe On 20-Nov-07, at 3:50 AM, Jack Jansen wrote: > I've just realised how powerful Co

[Pythonmac-SIG] Anyone playing with CoreAnimation yet?

2007-11-20 Thread Jack Jansen
I've just realised how powerful CoreAnimation is, and I want to start playing with it, especially with the interaction of CoreAnimation CALayer with "classic" AppKit views and how to treat events, etc. Is anyone else here using it, and/or interested in sharing experience? -- Jack Jansen, <[EMA