dynamic module loading via __import__, nonetype?
I'm not subscribed to the list, so please cc me in any replies. Thanks, John Allman -- http://mail.python.org/mailman/listinfo/python-list
Re: dynamic module loading via __import__, nonetype?
Gabriel Genellina wrote: > At Monday 16/10/2006 13:33, John Allman wrote: > >> If i manually import a module, this method works a treat, however if i >> attempt to dynamically load a module at runtime the create method fails >> with the following error: >> >>