Sounds like you're quite new to all this. If I was you I'd install setuptools for windows, it'll make adding packages a lot easier for you. http://thinkhole.org/wp/2007/02/01/howto-install-setuptools-in-windows/
The "setup.py install" command, you should have "python" before that so it actually executes. You can of course always just extract the django source code and drop it in your python packages also. If you execute "python" at the command line and try "import django" it should work. I haven't tried installing python etc on windows for a couple of years but my collegue found this guide useful for setting up his django install on vista: http://i.justrealized.com/2008/04/08/how-to-install-python-and-django-in-windows-vista/ jaymz On Jul 14, 1:46 pm, Hayezb <hay...@gmail.com> wrote: > I'm trying to install Django on my laptop but it's not wanting to > import through the command line. I pointed to the "setup.py install" > but when I try this notepad comes up with some code and that's it. I > go and check my Python directory and there are no Django files in > there. > > Any ideas? > > Thanks! -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@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.