domgallo / CISC489

CISC489 Group Project. Rachel, Adam, Natalie, Dom
0 stars 0 forks source link

Get dnppy working! #1

Closed adamltran closed 6 years ago

adamltran commented 6 years ago
adamltran commented 6 years ago

Figure out how to import the core module from dnppy and access its functions

adamltran commented 6 years ago

Task: Import arcpy (an external python module) to be implemented by dnppy, a collection of python modules.

What doesn't work:

Every attempt returns "ImportError: No module named arcpy" in the python console.

adamltran commented 6 years ago

Successfully imported arcpy. We had path problems in dnppy while trying to run it in Wing IDE Personal 6.0, then was able to fix it later. Immediately afterwards, dnppy required another external python module named osgeo and decided to try some other software.