[Tutor] import'ing problems (path)

Tim Johnson tim at johnsons-web.com
Tue Oct 5 01:17:01 CEST 2004


Hello Pythonists:
    I have installed a python package called webware
at the following path:
/home/tim/downloads/python/Webware-0.8.1

I have the following python code:
sys.path.append('/home/tim/downloads/python/Webware-0.8.1')
print sys.path   ## shows '/home/tim/downloads/python/Webware-0.8.1'.
                 ##   as a member of sys.path
I need class Path which resides in
/home/tim/downloads/python/Webware-0.8.1/WebKit/Page.py(pyc)
to import it, I use the following statement:
from WebKit.Page import Page

and I get the following error message:
"No module named WebKit.Page"

What am I doing wrong and what needs to be done t
correct it?

thanks
tim
-- 
Tim Johnson <tim at johnsons-web.com>
      http://www.alaska-internet-solutions.com


More information about the Tutor mailing list