Unloading a dll

Grzegorz Dostatni grzegorz at ee.ualberta.ca
Tue Dec 17 18:22:28 EST 2002


I am not sure whether this will work for compiled dlls (I think it
should), but you could try reload.

Help on built-in function reload:

reload(...)
    reload(module) -> module

    Reload the module.  The module must have been successfully imported
before.

Greg




More information about the Python-list mailing list