Hi again,
While attempting to automate the Quick Export Tool, arcpy.QuickExport_interop(), in Arc 10.0, I have discovered it causes ArcMap to crash. I tried it in PythonWin as well, and this error resulted:
[INDENT]Traceback (most recent call last):
File "C:\Python26\Lib\site-packages\Pythonwin\pywin\framework\scriptutils.py", line 325, in RunScript
exec codeObject in __main__.__dict__
File "I:\Documents\Work\Patrick\raster_to_dbf.py", line 34, in <module>
arcpy.QuickExport_interop(tempPoint, outFolder) #Exports the data from the point data file to a .DBF file with the same name as the input raster
File "C:\Program Files\ArcGIS\Desktop10.0\arcpy\arcpy\interop.py", line 51, in QuickExport
raise e
AttributeError[/INDENT]
Is there some module I need to import before this will work? Is it due to something else in the program?
Thanks,
Sam