I am trying to run a ESRI python script from eclipse and get the following message: "ImportError: No module named arcgisscripting"
I can run this in IDLE... any ideas?
|
|
|
I received this error last week after I modified my PYTHONPATH environment variable and misspelled my path to arcgisscripting.pyd. Correcting the PYTHONPATH to include 'c:\Program files\ArcGIS\Bin' (spelled correctly) fixed the problem. |
|||||||||||||
|
|
Make sure that when you configure eclipse, you configure that you set up the arcgis bindings, located under esri's (or arcgis) folder in program files. |
|||
|
|