Native Code vs. Python code for modules

2008-07-29 Thread koblas
Ruby has been getting pummeled for the last year or more on the performance subject. They've been working hard at improving it. From my arm chair perspective Python is sitting on it's laurels and not taking this as seriously as it probably should. In general it's possible to make many comments t

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 followin

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.