I updated PATH and PYTHONPATH as environmnet variable on windows and
also by going to python and using append

import sys
sys.path.append("C:\Program Files\Google\google_appengine\lib
\django_1_2")

when trying to make a new django project I still get the same error

no module named django.core

I'm wondering if I did something wrong in installation or does
everyone have this environment issue with Django when installing GAE
on windows?!

On May 16, 11:50 am, Baurzhan Ismagulov <i...@radix50.net> wrote:
> On Mon, May 16, 2011 at 08:14:09AM -0700, Afshin Moshrefi wrote:
> > failed again because  django.core import management
> > ImportError: No module named django.core
>
> It's #3 
> inhttp://docs.djangoproject.com/en/dev/topics/install/#installing-the-d...
>
> I.e., if you unpacked it e.g. under c:\django-1.3, this directory should
> be in your PYTHONPATH.
>
> With kind regards,
> --
> Baurzhan Ismagulovhttp://www.kz-easy.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to