Something that probably shouldn't cause me so many problems is.
I am trying to install PIL on my Ubuntu server. It sets perfectly. However, every time I try to update the database to add an image field, I get the following error:
Error: one or more models did not confirm: product.product: "image": in order to use ImageFields you need to install the Python image library. Get it http://www.pythonware.com/products/pil/ .
I just realized that I was logged in as my user. Do I need to register as root to install it? I am doing this on a VPS, not a local machine.
I have tried many tutorials on the Internet and will not go anywhere.
source share