python - After install using easy_install, still get import error -


so i'm trying install pyshp , pyproj assignment in class, , i'm trying use easy_install. i've used before , worked, time, both of these packages, pull command prompt (admin) , run:

c:\windows\system32>easy_install pyshp searching pyshp best match: pyshp 1.2.1 processing pyshp-1.2.1-py2.7.egg pyshp 1.2.1 active version in easy-install.pth  using c:\users\adam\anaconda\lib\site-packages\pyshp-1.2.1-py2.7.egg processing dependencies pyshp finished processing dependencies pyshp 

so great, looks me worked. run

c:\windows\system32>python ... >>>import pyshp traceback (most recent call last):   file "<stdin>", line 1, in <module> importerror: no module named pyshp 

i've looked similar problems in other people's questions don't see come exactly, or don't see solution offered. saw 1 thing if enter command

>easy_install . 

it'll set or packages have been downloaded , installed, tried , didn't change anything.

all same basic stuff happens when pyproj too. idea what's going on?

[edit: also, searched computer "pyproj" in name , there's nothing. sounds nothing got downloaded or installed @ all. i'm confused.]

even if name of package pyshp, library called shapefile can read in documentation. import should be:

import shapefile 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -