How do I use "import" in an external method? Zope just gives me an import error. Let's say these are the two files that I want to use (test1.py, test2.py). test1.py -- import test2 test2.testMethod() test2.py -- def testMethod(): print "output.txt"