> > I'd like to get access to a bunch of libraries that Python has, like "re" > and "time" and "xml" and "md5", etc. What is the standard way that I can go > about doing this? > Use External (Python) Methods for calling anything that falls under the Python Script restrictions. Then call the External Method from Python Scripts if still applicable. hth Rik