How to unload a module after I've imported it.
- From: Johny <python@xxxxxxx>
- Date: Sat, 29 Sep 2007 13:03:14 -0700
Is it possible to unload a module after I've imported it.
I have the main program from which I import several smaller programs.
Some of these uses timeoutsocket module.
But one of the smaller program can not work with the timeoutsocket
module, so I must
unload the timeoutsocket module, execute the program and then reload
timeoutsocket module.
So, s it possible to unload a module after I've imported it..
Thanks
L.
.
- Follow-Ups:
- Re: How to unload a module after I've imported it.
- From: marvinla
- Re: How to unload a module after I've imported it.
- Prev by Date: RE: Program inefficiency?
- Next by Date: RE: Program inefficiency?
- Previous by thread: CaFeCONF 2007 6tas. Conferencias Abiertas de Software Libre y GNU/Linux
- Next by thread: Re: How to unload a module after I've imported it.
- Index(es):
Relevant Pages
|