from spam import eggs, spam at runtime, how?

Skip Montanaro skip at pobox.com
Mon Dec 8 11:49:23 EST 2003


    Rene> How do I do:
    Rene>    from spam import eggs

    Rene> ... when 'spam' is only known at runtime?

help(__import__)

Skip





More information about the Python-list mailing list