Python scripting help
Moderator: Moderators
2 posts
• Page 1 of 1
- Oceans14
-
- Posts: 296
- Joined: Mon Apr 27, 2015 7:09 pm
- Location: Planet 4546b
- Projects :: Athenova Campaign
- Games I'm Playing :: SWBF2
Python scripting help
I'm creating a python addon for ArcMap, one of the programs I use heavily for my major. The purpose of the script is to autosave the document periodically in the event of a hang or crash (which is somewhat common since the program deals with extremely large map files and datasets). In any event, I've pieced together the script, but my knowledge of coding is limited to lua and even then I'm not that great. If somebody who knows python could look this over and give me some pointers on the syntax, I would be very grateful.
PS - This is not a project for class, its just my attempt at making a utility that has some practical use. Thanks for reading!
Hidden/Spoiler:
PS - This is not a project for class, its just my attempt at making a utility that has some practical use. Thanks for reading!
- Twilight_Warrior
-
- Posts: 2306
- Joined: Sat Nov 15, 2008 1:57 pm
- Projects :: I should probably start one...
- Games I'm Playing :: TOR AC
- xbox live or psn: ShadowScorch88
Re: Python scripting help
You're missing
import threading
import time
Timer is a threading object.
import threading
import time
Timer is a threading object.
2 posts
• Page 1 of 1
Return to Technical Advice and Tutorials
Who is online
Users browsing this forum: No registered users and 2 guests