Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

Tkinter, ArcPy and Threading

$
0
0
Hey All,

Just wanted to get a solid answer from someone. My question is very similar to:

http://forums.arcgis.com/threads/633...py-in-a-thread (2012)

I'm trying to intermittently inject data into an SDE in Python (via a Tkinter interface). I would like to start the function in a thread so that the UI will not be locked up but everytime I call InsertCursor, for example, arcpy.InsertCursor(self.featureClassList[5]) within a Thread I get a catastrophic crash... Is this an impossible task?

T

Viewing all articles
Browse latest Browse all 2485

Trending Articles