Django/Python EnvironmentError?

J'obtiens une erreur lorsque je tente d'utiliser syncdb:

python manage.py syncdb

Message d'erreur:

File "/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py", line 83, in __init__
raise EnvironmentError, "Could not import settings '%s' (Is it on sys.path? Does it have syntax errors?): %s" % (self.SETTINGS_MODULE, e)
EnvironmentError: Could not import settings '/home/simi/workspace/hssn_svn/hssn' (Is it on sys.path? Does ti have syntax errors?): Import by filename is not supported.

Je suis un newbie avec Django/Python, mais je ne peux pas comprendre cette erreur après avoir fait des recherches en ligne pour un certain temps maintenant.

InformationsquelleAutor simi | 2009-05-26