1 Sep
1999
1 Sep
'99
5:01 a.m.
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"