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

2009-03-29 Thread Daryl Spitzer
; again. > > -- Russell > > Thanks, > > Rajanikanth > > > On Sun, Mar 29, 2009 at 9:18 AM, Daryl Spitzer > wrote: >> I just had the same problem.  Did you find a solution?  (I don't see >> any replies.) >> >> -- >> Daryl >> &g

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] pyperl?

2007-01-19 Thread Daryl Spitzer
Felix Schwarz on zope-perl@zope.org pointed out that I should be using 1.0.1c. It works! -- Daryl On 1/18/07, Daryl Spitzer <[EMAIL PROTECTED]> wrote: > Has anyone any experience with pyperl (http://wiki.python.org/moin/PyPerl)? > > I installed pyperl-1.0.1 without error, but

[Pythonmac-SIG] pyperl?

2007-01-18 Thread Daryl Spitzer
Has anyone any experience with pyperl (http://wiki.python.org/moin/PyPerl)? I installed pyperl-1.0.1 without error, but `python test.py` fails: pdb tells me that "import perl" results in "ImportError: perl2.so not found". So I guess it didn't install pr

Re: [Pythonmac-SIG] EPS to JPEG with PIL

2005-04-27 Thread Daryl Spitzer
You may also want to look at http://www.macdevcenter.com/pub/a/mac/2004/03/19/core_graphics.html -- Daryl On 4/26/05, Bob Ippolito <[EMAIL PROTECTED]> wrote: > > On Apr 26, 2005, at 3:55 PM, Bill MacKenzie wrote: > > > I need to convert EPS files to JPEG files. So far, all I get is > > failure