Question on dynamically loaded modules.

Steven Taschuk staschuk at telusplanet.net
Sun Mar 23 21:17:56 EST 2003


Quoth Adonis:
> What is the best way to instantiate a module's class and it's members given
> that the module(s) can be loaded at any given time?

It's difficult to answer this question without more detail about
what you're trying to do.

If you're thinking of having your application load a bunch of
plug-ins, where each plug-in is in its own module, then perhaps
  <http://groups.google.com/groups?th=4ee150ee4abada2b#link5>
will be of some use.

-- 
Steven Taschuk                          staschuk at telusplanet.net
"Its force is immeasurable.  Even Computer cannot determine it."
                           -- _Space: 1999_ episode "Black Sun"





More information about the Python-list mailing list