I recently ran the 10.1 sp1 and my scripts stopped working. I can't even right click on the scripts and check properties without the following popping up:
InitializeParameters Syntax Error: Runtime error
Traceback (most recent call last):
File “#ANNOBO2.InitializeParameters.py”, line 1, in module
File “d:\arcgis\desktop10.1\arcpy\arcpy\__init__.py”, line24, in module
From arcpy.toolbox import*
File “d:\arcgis\desktop10.1\arcpy\arcpy\toolbox.py”, line 485, in <module>
From management import ExportTileCache as ExporttileCache_management
ImportError: cannot import name ExportTileCache
I did a little digging and found all the tools in python script in the management.py. What was missing was the scripts for the Tile Cache toolset. Not sure what happened when I installed sp1 but now I just want it fixed.
Any help would be greatly appreciated. Thanks in advance.
Currently using Python 2.7
Ah, ok. Ill look and see if there are any reminants of older python on my system. If not ill try to reinstall everything. Thanks for the quick replies.
