I’m developing a multi-module project in Python. I’m new to GIS and my boss doesn’t have a strong technical background. I’ve been instructed to use the Arcpy module to do functions such as intersect. The project requirements state I need to use Python 3.3.Is there a contradiction between using the Arcpy module and Python 3.3?I’m using Liclipse (Eclipse styled for Python) and in one module use the library lxml and in another use Arcpy. In properties, if I put the python C:\Python33\python.exe on top then lxml works but Arcpy doesn’t and if I put pythonArcGis C:\Python27\... on top then Arcpy works and lxml doesn’t. I don’t really understand what’s going on…
Questions:Can Arcpy work with Python 3.3?If yes, how do you get both Arcpy and lxml to work at the same time?If no, then is it possible to launch only the module that uses Arcpy as Python 2.7?
أكثر...

أكثر...