Re: Import removing first module component

2008-06-05 Thread alex23
On Jun 6, 1:44 am, koblas <[EMAIL PROTECTED]> wrote: > Another person pointed out that I should check on the __init__.py and > make sure lmtp is defined in the __all__ block. I didn't have an > __init__.py at that level of the tree, which must have been causing > problems, but clearly I don't unde

Re: Import removing first module component

2008-06-05 Thread koblas
On Jun 4, 2:48 pm, "David C. Ullrich" <[EMAIL PROTECTED]> wrote: > 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 >

Re: Import removing first module component

2008-06-04 Thread David C. Ullrich
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"

Import removing first module component

2008-06-04 Thread koblas
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. Thanks, -- http://mail.python.