stillsgroup.blogg.se

Arcgis 10.3 append merge script errorr
Arcgis 10.3 append merge script errorr












arcgis 10.3 append merge script errorr
  1. #Arcgis 10.3 append merge script errorr full
  2. #Arcgis 10.3 append merge script errorr password

Why exactly are you converting a script to executable? To obscure the source? That can be done more easily by embedding the script in your toolbox and password protecting it, or distributing bytecode (.pyc) files you call indirectly from your script. You'll need to exclude arcgisscripting in your build script. Usando arcobjects, estou tentando criar programaticamente uma geotransformao composta e, em seguida, us-la para projetar recursos com o geoprocessador.

#Arcgis 10.3 append merge script errorr full

I'd assume it to be difficult to the point of it not being worth it to include the full binary distribution of the subset of arcobjects needed to do what you need, or some hack with _import_ and the registry to find and add the ArcGIS installation directory to Python's path to load the installed arcgisscripting without triggering py2exe's import consolidation mechanics which is creating this strange condition.

arcgis 10.3 append merge script errorr

What looks like is happening is the DLL is loading the wrong version (python 2.7 loading a python 2.6 PYD, or a 10.0 arcgisscripting.pyd trying to load 10.1 DLLs into the process), or much more likely, py2exe isn't bringing over everything it needs. It's kind of amazing that a py2exe script that used arcgisscripting/arcpy ever worked this way at all. I created a generic python script (without using any import arcpy libraries), and converted it to the exe, which is working. My Python 2.7 and py2exe for Python 2.7 is working. If schema locks are impeding your workflow, you can disable them in ArcGIS Server Manager or ArcGIS for Desktop. the other for ArcGIS 10.1 with Python 2.7.īy the way, my python 2.5 script converted to the exe, which is working. An ArcGIS Server map service uses schema locking to prevent modifications to the source dataset schemas while the service is running. I have 2 PCs, one pc is for ArcGIS 9.3.1 with python 2.5. ImportError: DLL load failed: The specified procedure could not be found. The script is working from python 2.7 GUI, however, when I converted to exe by py2exe, and then ran the exe, I got the following errors:Ĭ:\Python27\ArcGIS10.1\dist>SDEGetLatLongOfAProjectedPoint.exeįile "SDEGetLatLongOfAProjectedPoint.py", line 1, in įile "arcpy\geoprocessing\_init_.pyc", line 14, in įile "arcpy\geoprocessing\_base.pyc", line 14, in įile "arcgisscripting.pyc", line 10, in _load I updated my python script from ArcGIS 9.3 Python 2.5 to ArcGIS 10.1 Python 2.7.














Arcgis 10.3 append merge script errorr