[Pythonmac-SIG] Stupid question

2007-05-19 Thread Calder Coalson
This probably has the simplest solution ever, but how do you run a python file from another python program? I've tried import, but that doesn't work because the thing has to be completely independent. All I want to do is split up my file into multiple files, but I can't find a command jus

Re: [Pythonmac-SIG] Stupid question

2007-05-19 Thread Henning Hraban Ramm
Am 2007-05-19 um 23:46 schrieb Calder Coalson: > This probably has the simplest solution ever, but how do you run a > python file from another python program? I've tried import, but that > doesn't work because the thing has to be completely independent. All > I want to do is split up my file int