import problem

Daniel Dittmar daniel.dittmar at sap.com
Tue Apr 29 12:09:01 EDT 2003


Vince Buonassisi wrote:
> from WVWService.util import XMLUtil
> from WVWService.test import HTTPClient
>
> the first import works just fine.  but, the second one i get the error
> "ImportError: No module named test".  i have checked for mispellings;
> i have checked to see if the directory test exists; i have checked the
> system path by printing out sys.path from w/i the script to see if the
> directory path is in sys.path (/home/vjb/workspace/wvwBase3/src/wvw).

Maybe a missing __init__.py in WVWService/test?

Daniel







More information about the Python-list mailing list