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:

[python-win32] loading and unloading python24.dll in an embedded situation

2006-09-28 Thread Michael L Torrie
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

[python-win32] Input-only vs. In/Out Function Parameters

2006-09-28 Thread Smith, Brian (CR)
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