On Thu, Nov 1, 2012 at 6:37 PM, Matthew Ngaha <chigga...@gmail.com> wrote:
>
>>>> import sys
>>>> sys.executable
> 'D:\\Data\\Program Files Data\\Py\\pythonw.exe'
>
> i dont see Python31 .. is this Py that is supposed to be Python31?.. and do
> i type this exactly like you did in cmd?
>
> set PATH=%PATH%;C:\Python31  ?

No, in your case it's

    set PATH=%PATH%;D:\Data\Program Files Data\Py

That's just a temporary modification for the current cmd process. It's
easiest to show how to change it permanently with screen captures;
search for "vista set path".
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to