Tuesday, August 31, 2010

Re: PIL on 10.6 = PAIN

You could try ActivePython:

http://www.activestate.com/activepython/downloads

Then

{{{
$ pypm install pil
The following packages will be installed to ~/.local (2.6):
pil-1.1.7-1
Get: [pypm-free.activestate.com] pil 1.1.7-1
Installing pil-1.1.7-1
Fixing script ~/.local/bin/pilconvert.py
Fixing script ~/.local/bin/pildriver.py
Fixing script ~/.local/bin/pilfile.py
Fixing script ~/.local/bin/pilprint.py
[22:17:39 trentm@boa:~/Movies/tech]
$ python
ActivePython 2.6.6.15 (ActiveState Software Inc.) based on
Python 2.6.6 (r266:84292, Aug 24 2010, 16:02:28)
[GCC 4.2.1 (Apple Inc. build 5664)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import _imaging
}}}

Trent

--
Trent Mick

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment