Re: Developing in windows

2007-07-02 Thread Alexander Pugachev
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

Re: Developing in windows

2007-06-30 Thread Vladimir Pouzanov
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

Re: Developing in windows

2007-06-30 Thread 段叶飞
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

Developing in windows

2007-06-30 Thread Jim
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.