Re: How to unload a module after I've imported it.
- From: marvinla <marvinware2005@xxxxxxxxx>
- Date: Sat, 29 Sep 2007 13:32:15 -0700
Have you tried a del?
['__builtins__', '__doc__', '__name__', 'socket']import socket
dir()
['__builtins__', '__doc__', '__name__']del socket
dir()
See you!
.
- Follow-Ups:
- Re: How to unload a module after I've imported it.
- From: Fuzzyman
- Re: How to unload a module after I've imported it.
- From: Gabriel Genellina
- Re: How to unload a module after I've imported it.
- References:
- How to unload a module after I've imported it.
- From: Johny
- How to unload a module after I've imported it.
- Prev by Date: Re: python 2.5 and 3gb switch
- Next by Date: Command-line does work when scheduled
- Previous by thread: How to unload a module after I've imported it.
- Next by thread: Re: How to unload a module after I've imported it.
- Index(es):