On Fri, 5 May 2006, Mitchel Carlsen wrote:
> Is there an easy way to call on python module (called.py) from another
> (calling.py)? I have been able to do this using 'rc =
> os.system("called.py")' . Is this the suggested method?
Hi Mitch,
If you are looking for modules, you may want to ta
Is there an easy way to call on python module (called.py) from another (calling.py)? I have been able to do this using 'rc = os.system("called.py")' . Is this the suggested method? Thanks, Mitch___
Tutor maillist - Tutor@python.org
http://mail.py