up vote 1 down vote favorite
share [g+] share [fb]

I had a problem with image uploading to Django with FreeBSD, so I asked on SO:
http://stackoverflow.com/questions/1959447/django-uploading-image-error and got an answer.

Our admin can't install these libraries, he don't know how. Neither do I. It's FreeBSD, kinda unfamiliar system.

So, how do we install PIL with JPEG support and whatever needed for image uploading?

link|improve this question

50% accept rate
feedback

1 Answer

Here is an article about installation of python-imaging port (FreeBSD software package). libjpeg will probably be installed automatically as a dependency, but if it is not, you will just need to do similar actions to install graphics/jpeg port.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.