Forum: Poser Python Scripting


Subject: Poser Python Tutorials to get up to speed?

kuroyume0161 opened this issue on Jul 12, 2002 ยท 13 posts


bushi posted Sat, 13 July 2002 at 9:43 PM

One of the nice features in Python is the exception handling. The 'try: ... except:' statement is really useful for trapping errors and scads of other odds and ends. I use it a lot in tkInter to test for presently existing widgets when I'm destroying frames and the like.