From: Humbel O. <Otm...@bi...> - 2001-09-20 12:37:47
|
Hello Kevin, maybe this could be a typo. You had in test2.py: sys.add_package("com.ericcson.test1") instead of IMHO: sys.add_package("com.ericsson.test1") if I look at the import=20 from com.ericsson.test1 import test1 greetings Oti. [ Kevin McNamee ] > test2.py: > --------- > import sys > sys.add_package("com.ericcson.test1") > from com.ericsson.test1 import test1 >=20 [snip] > ImportError: No module named ericsson |