Calder Coalson wrote:

> All  I want to do is split up my file into multiple files,

Why not a simple execfile("otherprogram.py")?
All the code in otherprogram.py is executed as if it was typed into  
the main program.
No namespace issues or import problems. (Not OOP either, in fact!)

Hope this helps,
Andrea
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to