You must have "django" directory in site-packages, not "django-0.96". You
better make symlink "django" to corresponding directory under "django-0.96".
To create symlink in Windows, use "junction" utility. It can be easily found
with Google.
2007/6/30, Vladimir Pouzanov <[EMAIL PROTECTED]>:
>
>
> O
On 6/30/07, Jim <[EMAIL PROTECTED]> wrote:
> I know, it's not really a good idea, but my linux machine is not
> available right now. I can get to create a project by adding c:
> \python25\lib\site-packages\django-0.96 to PATH, but I'm getting
> "ImportError: No module named django.core.management
I think you didn't run the commad in your Django-0.96 directory
"python setup.py",
It will copy the django-0.96 to c:\python25\lib\site-packages\,
You can try it
On Jul 1, 12:54 am, Jim <[EMAIL PROTECTED]> wrote:
> I know, it's not really a good idea, but my linux machine is not
> available righ
I know, it's not really a good idea, but my linux machine is not
available right now. I can get to create a project by adding c:
\python25\lib\site-packages\django-0.96 to PATH, but I'm getting
"ImportError: No module named django.core.management". c:\python25\lib
\site-packages is in sys.path.
4 matches
Mail list logo