I would create a file, a text file, save it as a .pth file with the following paths (On Win7) and place it in the Lib\site-packages folder:C:\Program Files (x86)\ArcGIS\Desktop10.0\binC:\Program Files (x86)\ArcGIS\Desktop10.0\arcpyC:\Program Files (x86)\ArcGIS\Desktop10.0\ArcToolbox\ScriptsMake sure you install python 2.6.5, and numpy 1.0.3.Make sure you have arcpy in the ArcGIS path like: C:\Program Files (x86)\ArcGIS\Desktop10.0\arcpy. If arcpy is here, then the .pth file should work. if arcpy is not located here, then I would try the add features for the install to try and trigger the arcpy ArcGIS scripts to load.
Thanks, Ted. I'm having trouble locating the .pth file. Do you know where it usually lives or whether it is simply a matter of creating one? Thanks again.
Should be able to just install python and numpy, and then change the .pth file, rather than re installing ArcGIS.
I am using a student license of ArcMap 10 (build 2414) and I would like to get Arcpy working. I did not install Python or Numpy before installing Arc. Is the only solution for me to completely uninstall Arc, install Python 2.6 & Numpy 1.3 and reinstall Arc? Thanks!
ArcGIS 10 final will ship with one and only one version of python. At Pre-release we have 2.6.2. Most probably for 10 final we will have 2.6.5. Having said that, ArcGIS 10 will work with any 2.6 version of python. So say 6 months from now, we have Python 2.6.6 released but ArcGIS is using only 2.6.5, you can safely install Python 2.6.6 and ArcGIS will work ok. Note that this compatibility works only with a major release of Python. In other words ArcGIS 10 will never work with Python 2.7 or Python 3.1 or any other major release of python. Only Python 2.6 is supported.Also note that you should also install numpy 1.3.0 BEFORE installing ArcGIS 10. Only installing Python 2.6.5 and not installing numpy 1.3.0 WILL confuse the ArcGIS 10 installer (at pre-release) and you will get unwanted results. So always keep Python 2.6.x and Numpy 1.3.0 together and things will work well. Deelesh
2.6.5 has been tested internally to work with arcpy?
Is there any hit on performance with this scenario?
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.