Hi Robert,I copied this from another forum post:This fault happens after installing a service pack for ArcGIS. There is no need to set the PYTHONPATH variable1. Save the numpy folder in c:\python26\Desktop10.0\Lib\site-packages, or reinstall it again later.save the file from c:\python26\Desktop10.0\Lib\site-packages\Desktop10.pth2. Remove Python and re-install python 2.6.6 in the standard location c:\python263. Reinstall Pythonwin with pywin32-216.win32-py2.6.exe 4. Copy the path file remaining that points to the arcpy module:fromc:\python26\Desktop10.0\Lib\site-packages\Desktop10.pthtoc:\python26\Lib\site-packages\Desktop10.pth5. Reinstall numpy or move the numpy folder to c:\python26\Desktop10.0\Lib\site-packages6. You can then delete the directory c:\python26\Desktop10.0 completely so that you only have one installation.Test to see if Pythonwin opens with the correct version. Try opening the Python Help.Test a script tool from ArcGIS using the os module.
This fault happens after installing a service pack for ArcGIS. There is no need to set the PYTHONPATH variable1. Save the numpy folder in c:\python26\Desktop10.0\Lib\site-packages, or reinstall it again later.save the file from c:\python26\Desktop10.0\Lib\site-packages\Desktop10.pth2. Remove Python and re-install python 2.6.6 in the standard location c:\python263. Reinstall Pythonwin with pywin32-216.win32-py2.6.exe 4. Copy the path file remaining that points to the arcpy module:from
Hi, I'm attempting to run the CAD to Geodatabase tool (ArcCatalog -> ArcToolbox -> Conversion Tools -> to Geodatabase -> Cad to Geodatabase).Whenever i try i get this error message:Running script FeatureClassToGeodatabase...<type 'exceptions.ImportError'>: No module named osFailed to execute (FeatureClassToGeodatabase).Failed at Fri Jul 13 14:24:19 2012 (Elapsed Time: 0.00 seconds)Not sure what this means exactly. Tried Google but all I found was that it may have to do with my Python paths?Any help would be appreciated.
Go to C:\Python26\ArcGIS10.0\Lib\site-packagesOpen Desktop10.pth with NotepadCheck if you have the following paths in thereC:\Program Files\ArcGIS\Desktop10.0\binC:\Program Files\ArcGIS\Desktop10.0\arcpyC:\Program Files\ArcGIS\Desktop10.0\ArcToolbox\Scripts(assuming you are using ArcGIS 10)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.