dynamic modules

Marek Budyn rayn at infostrade.com.pl
Tue Dec 18 12:56:37 EST 2001


Hi!

I wanted go create dynamically loaded and removed plugins. I mean, id a
module a initalizes with 10 MB data structude, i would like to remove it
from memory if it is not needed eg.

p1 = import plugin1

...

unload(p1)

 Is it possible in python ? And if so, how can I do this ?
Thanks for help!

Marek Budyn
rayn at infostrade.com.pl







More information about the Python-list mailing list