Re: [python-win32] loading and unloading python24.dll in an embeddedsituation

2006-09-28 Thread Michael Torrie
On Fri, 2006-09-29 at 09:33 +1000, Mark Hammond wrote: > > So my question is, is there any way to get these dlls unloaded? > > Nope :( Python loads libraries for extension modules, but never unloads > them. > > I'd suggest just never finalizing Python! Hmm. I'll have to look into that. IT jus

Re: [python-win32] loading and unloading python24.dll in an embeddedsituation

2006-09-28 Thread Mark Hammond
> So my question is, is there any way to get these dlls unloaded? Nope :( Python loads libraries for extension modules, but never unloads them. I'd suggest just never finalizing Python! Mark ___ Python-win32 mailing list Python-win32@python.org http: