Re: Diving into python, some questions...

Date : Sun, 27 Aug 2006 00:45:18 -0700
To : XSI(at)Softimage.COM
From : "Steven Caron" <carons(at)gmail.com>
Subject : Re: Diving into python, some questions...
could someone point out to me the reason the new command wizard for python, has...?

null = None
false = 0
true = 1

is this purely to make it easy for me? does python not understand true and false as 1 and 0 automatically?

also should i put my module imports outside my function's scope? there is your typical win32com.client imports being called at the top of the generated code. should i go ahead and put my xml parser module up there? or should i keep it in my function's scope?

btw i am having more fun now

steven

Search the XSI List archives here or use the advanced search form to search across mailing lists. Searching help is available.
This site supposedly brought to you by Benjamin Grosser and the Imaging Technology Group.