Forums

upgrade PIL

I need help, can't update PIL on my virtualenv

What errors do you get?

when adding an image in the admin panel:

ImportError at /admin/Cars/fotki/add/ cannot import name version

/home/mulyavko/.virtualenvs/mulyavko/local/lib/python2.7/site-packages/PIL/Image.py in <module>, line 29

Where are you seeing that error? Is it in a Bash console, in the website's error log, or somewhere else? And is there more to it?

I do note that you seem to be running with Python 2.7, which is an old deprecated version that we only make available for backward compatibility purposes (basically, people running really old code). Is that deliberate?

in the website's error log, but not in file on page error.log how to add here PrintScreen?

Now I see different errors in your web app's error log -- you should read the error log from the bottom, since you will see the latest errors there. We're happy to help you, but we need to know what is your exact issue to solve.