On 2 avr, 22:04, Brian Munroe <[EMAIL PROTECTED]> wrote: > On Apr 2, 12:33 pm, "[EMAIL PROTECTED]" > > <[EMAIL PROTECTED]> wrote: > > > Why not do the import here, so you store a real module instead of a > > name ? > > Right now I'm still in the prototyping phase and haven't really > thought everything through. I needed the names because I am > populating a GUI selection list element.
import os print os.__name__ 'os' > I also assumed that I could > then lazy load the modules I needed... Ok, that's something else. I had (wrongly) assumed you wanted to load all modules anyway. > Thanks for the help though, you've gotten me past my first of many > (I'm sure) hurdles! You're welcome. -- http://mail.python.org/mailman/listinfo/python-list