python - Trouble installing "distribute": NameError: name 'sys_platform' is not defined -


i'm trying install python package "distribute". i've got downloaded , begins work, quits out error seen here:

enter image description here

i have feeling solution somehow related me going in , defining sys_platform, don't have enough of grasp on what's actually wrong know fix. help! i'm blown away @ how helpful are.

as stated burhan have install setuptools package: use command:

pip install setuptools 

most importantly, do not forget uninstall distribute package (since tools provided package included setuptools).

just use command:

pip uninstall distribute 

Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -