Marry Christmas :)
--
Ashkan
I assume you're using djangorecipe? In that case: bin/django. That's the
equivalent of "python manage.py", only with the right enviroment
variable to your settings file pre-set.
So: "bin/django shell".
Reinout
--
Reinout van Rees http://reinout.vanrees.org/
rei...@vanrees.org http://www.nelen-schuurmans.nl/
"If you're not sure what to do, make something. -- Paul Graham"
That error is normally impossible. You must have removed something by hand?
Could you look inside the bin/django script? It ought to have a
"sys.path" list in there that shows you where it thinks it can find the
djangorecipe. Make sure it is still there.
Or re-run your buildout, for instance.