In article 
<[EMAIL PROTECTED]>,
 koblas <[EMAIL PROTECTED]> wrote:

> Have the following line:
>         import notewave.runner.LMTP
> 
> Yeilding the following error:
>         ImportError: No module named runner.LMTP
> 
> For the life of me I don't understand why the first component
> "notewave" is being stripped off, when the import is happening.

Does notewave contain a _module_ named runner.LMTP ?
Probably not, since the error message says there's no
such module.

> Thanks,

-- 
David C. Ullrich
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to