What's the URL of the page containing the problem?
http://code.google.com/p/reviewboard/wiki/GettingStarted
What steps will reproduce the problem?
1. Follow the installation instructions on a system without PIL
2. Run ./manage.py syncdb
3. Boom
What is the expected output? What do you see instead?
A running server.
"Error: Couldn't install apps, because there were errors in one or more models:
reviews.screenshot: "image": To use ImageFields, you need to install the
Python Imaging Library. Get it at http://www.pythonware.com/products/pil/ ."
What operating system are you using?
OS X 10.4. After installing PIL everything looks good.