calling another script

Fredrik Lundh fredrik at pythonware.com
Thu Oct 14 10:35:08 EDT 2004


"LutherRevisited" wrote:

> This is in reference to my email project, I'd like to be able to call another
> script to display html.  I have written something for that with WxHTML called
> Viewer, I'm wanting to know how I go about making it so I could do something
> like Import Viewer *, and then call the other script's methods from within my
> original script

did you read the "Modules" section in the tutorial?

    http://docs.python.org/tut/node8.html

</F> 






More information about the Python-list mailing list