On Fri, Nov 18, 2011 at 9:08 AM, Digital girl <[email protected]>wrote:
> Hi, > > I was really hoping someone can help me out. I ran the ez_setup python > script from here: > > http://peak.telecommunity.com/dist/ez_setup.py > > then edited the path variable to include path to python directory. > > I can run python from command prompt but when I try to run easy_install it > invokes a Python interpreter window. Please see screen capture. > The problem is that you ran the script from PythonWin, so the script thought it was your Python interpreter. That's why it comes up the way it does in your screenshot. Install it again, but instead of using PythonWin to run the script, run it from the command line like this: C:\Python27> python ez_setup.py Then it will configure easy_install use python.exe instead of pythonwin.exe, and it won't dump you into PythonWin like that any more.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
