Select to view content in your preferred language

Issu on Using Pyscripter with ArcGIS 10.2

431
1
12-20-2013 12:20 AM
BruceGreen
Occasional Contributor
Can someone please let me know how I can set the Pyscripter 2.5.3.0 x64 works with Python 2.7.3 which comes with ArcGIS?
what I did was:
1- I installed the ArcGIS 10.2
2- I installed Pyscripter 2.5.3.0 x64 which forced my to install Python 3.3
3- I installed Python 3

now I cant use the Pyscripter for ArcGIS Pyrhon. I already add the arcpy in to Pyscripter IDE Options--> Special package as: os, wx, scipy,arcpy but still not working. I also check the "desktop10.2.pth" at c:\python27\ArcGIS10.2\Lib\site-packages which looks like:

C:\Program Files (x86)\ArcGIS\Desktop10.2\bin
C:\Program Files (x86)\ArcGIS\Desktop10.2\arcpy
C:\Program Files (x86)\ArcGIS\Desktop10.2\ArcToolbox\Scripts


Can you please let me know how i can fix this issue?

Thanks
Tags (2)
0 Kudos
1 Reply
PhilMorefield
Frequent Contributor
You need to install the 32-bit version of Pyscripter.

ArcGIS is still (mostly) a 32-bit application, and thus uses a 32-bit version of Python, even if your computer is 64-bit.