[Pythonmac-SIG] Python and/or CoreAnimation gurus wanted for large paid museum project ...

2009-03-29 Thread Darran Edmundson
Hi All, We are working on a large Australian museum project due to open in May and expecting more than 300,000 visitors per year. We urgently need a few more highly-skilled python programmers to help get us across the finish line. The 10,000 square foot of gallery space features - a 14

Re: [Pythonmac-SIG] appscript install error using easy_install

2009-03-29 Thread Daryl Spitzer
I just had the same problem. Did you find a solution? (I don't see any replies.) -- Daryl On Fri, Jan 23, 2009 at 2:18 AM, Rajanikanth Jammalamadaka wrote: > Hi! > > Does anybody know why I get this error? > sudo easy_install appscript > > Searching for appscript > Reading http://pypi.python.

Re: [Pythonmac-SIG] appscript install error using easy_install

2009-03-29 Thread Rajanikanth Jammalamadaka
Hi Daryl, Try this( It was suggested by Russell): You might make sure your easy_install and macholib are up to date: each_install-U macholib==dev If that fails and tells you to do a selfupdate then do that and try again. -- Russell Thanks, Rajanikanth On Sun, Mar 29, 2009 at 9:18 AM, Dary

Re: [Pythonmac-SIG] appscript install error using easy_install

2009-03-29 Thread Daryl Spitzer
Thanks for the quick reply Rajanikanth. I ran `sudo easy_install -U macholib==dev` (which I assume is what Russell intended) and got: Searching for macholib==dev Reading http://pypi.python.org/simple/macholib/ Reading http://undefined.org/python/#macholib Best match: macholib dev Downloading http

[Pythonmac-SIG] little app

2009-03-29 Thread Adrian Franken
hi I found your little tool python.app in my application folder but I was surprised what it is and what will it do with my system. could yuo explain shortly what it's trying to do and for what do I need it? thx ___ Pythonmac-SIG maillist - Pytho

Re: [Pythonmac-SIG] problem with easy_install appscript

2009-03-29 Thread has
On Mar 29, 2009, at 5:31 PM, Daryl Spitzer wrote: Message body follows: I ran `sudo easy_install appscript` and got: [...] No eggs found in /tmp/easy_install-I69t5P/appscript-0.19.0/egg-dist- tmp-Ufl4GP (setup script problem?) Is gcc (part of Apple's Xcode developer tools suite) installed?