On Fri, Nov 25, 2011 at 4:12 PM, JJ Zolper <[email protected]> wrote: > I was able to install Python 2.7 64-bit for Windows 7. I > then downloaded the ez_setup.py and ran it. It installed the .egg > file. > > I then attemped the Python command line: - easy_install django - > easy_install ipython > > However I had no success installing the packages. > > I posted my error output on my site: http://madtrak.com/error.png > JJ
They aren't python commands, they are shell commands. Run them at your OS shell, probably after adding wherever python puts its bin files to $PATH. Cheers Tom -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

