I\'m doing my VERY first project using python/django/eclipse/pydev following this guide
http://docs.djangoproject.com/en/dev/intro/tutorial01/
My only additi
Check your pythonpath. You need to include the parent directory of django, usually Lib/site-packages.