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
> 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:
I have a problem with an embedded application that loads python24.dll.
Basically my embedded application is itself a dll that is a plugin for
another application. my dll is loaded and unloaded on demand. I do
have my dllmain stuff initialize and finalize python when appropriate.
This works most o
Title: Input-only vs. In/Out Function Parameters
Hello,
I am new to COM programming and have a question about function
parameters when implementing a COM object in Python.
After reading "Python Programming on Win32", I have managed to create a
working COM object, where "working" is defined