[Tutor] Calling one python module from another

2006-05-05 Thread Mitchel Carlsen
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

Re: [Tutor] Calling one python module from another

2006-05-05 Thread Danny Yoo
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 take a