On 05/09/15 01:47, Cody Piersall wrote:
> > On Fri, Sep 4, 2015 at 12:22 PM, Steve Burrus
> <steveburru...@gmail.com <mailto:steveburru...@gmail.com>> wrote:
>
<..>
> >> "echo %path%
> >>
> >> C:\Python34;C:\Python34\python.exe;C:\Python34\Scripts;

It's a long time since I last used Windoze in anger, but that second
path entry (C:\Python34\python.exe;) looks wrong to me.  Unless Windoze
has changed recently, you shouldn't have a program name in your path. 
IIRC, that's going to break all path entries that follow it, so it could
be the cause of your problem (ie the "C:\Python34\Scripts;" part won't
be accessible.

Perhaps try deleting the "C:\Python34\python.exe;" entry from your PATH
environment variable and see what happens.

HTH,

-- 
Rob Hills
Waikiki, Western Australia

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to