ArcGIS crashing after interacting any Python related tool

2085
11
Jump to solution
10-18-2016 03:35 AM
SOVANHALDER
New Contributor III

Hi,

I have ArcGIS 10.2 on a 64bit Windows 7 machine. I had two versions of Python

1. 2.7.4 64 bit stand alone

2. 2.7.5 32 bit with ArcGIS

While running any python script I found conflict between two versions so I uninstalled the 64 bit python. Though the scripts are running fine ArcMap is crashing while accessing any python related tool.

Kindly help on it.

Tags (2)
0 Kudos
11 Replies
DanPatterson_Retired
MVP Emeritus

Use Numpy... you have access to it!!  Panda uses numpy as its base for most stuff so if you need to read a feature class and do stuff with a column, or two or a whole featureclass, you are good to go.  I have dozens of posts on my blog dealing with working with numpy.

0 Kudos
SandeepKumar11
New Contributor

Thank you sir i will read from your blog.

0 Kudos