[python-win32] ISAPI filter

2009-11-04 Thread Samuel Lerner
Hi Question I have isapi filter and I want to added to W3SVC, can you send me same example for this Thank you ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] win32com: Connecting event class after object creation

2009-11-04 Thread Mark Hammond
On 3/11/2009 9:03 PM, Celvin wrote: Hi, I'm currently using win32com to access COM objects created via .NET's COM interop, which is working surprisingly well. Currently, I stumpled upon a minor problem, though: I would like to connect a class implementing several event handlers to an COM objec

Re: [python-win32] multiprocessing pickle problem in win32

2009-11-04 Thread Mark Hammond
On 4/11/2009 5:13 AM, Rob Brown-Bayliss wrote: On Wed, Nov 4, 2009 at 5:34 AM, Aahz wrote: On Tue, Nov 03, 2009, Rob Brown-Bayliss wrote: When I run the following code in linux all goes well. But when I try in win32 I get a pickle error saying it cant pickle None Type when I start the proces

Re: [python-win32] ISAPI filter

2009-11-04 Thread Mark Hammond
On 3/11/2009 5:41 PM, Samuel Lerner wrote: Hi Question I have isapi filter and I want to added to W3SVC, can you send me same example for this I'm afraid I don't understand the question - have you found the samples in the isapi\samples directory? Also, please see the isapi_wsgi-...@googleg

[python-win32] Fwd: win32 errata: AddSourceToRegistry

2009-11-04 Thread Vernon Cole
Aahz: Thank you. The correction has been made in the source for the second edition. (Now I need to finish writing the *proposal* for the second edition so we can see if O'Reilly will print one.) -- Vernon Cole On Mon, Nov 2, 2009 at 4:44 PM, Aahz wrote: > The signature for win32evtlogutil.AddSo

Re: [python-win32] multiprocessing pickle problem in win32

2009-11-04 Thread Rob Brown-Bayliss
On Wed, Nov 4, 2009 at 11:02 PM, Mark Hammond wrote: > > I'd try running it from python.exe to see if it is something funky about the > pythonwin execution environment... > Same result, cant pickle NoneType when I call start() on the process object, exact same code works with out error on linux

Re: [python-win32] multiprocessing pickle problem in win32

2009-11-04 Thread Mark Hammond
On 5/11/2009 4:57 AM, Rob Brown-Bayliss wrote: On Wed, Nov 4, 2009 at 11:02 PM, Mark Hammond wrote: I'd try running it from python.exe to see if it is something funky about the pythonwin execution environment... Same result, cant pickle NoneType when I call start() on the process object,

Re: [python-win32] multiprocessing pickle problem in win32

2009-11-04 Thread Rob Brown-Bayliss
On Thu, Nov 5, 2009 at 11:32 AM, Mark Hammond wrote: > On 5/11/2009 4:57 AM, Rob Brown-Bayliss wrote: > In that case you probably need to reduce your sample to the smallest > possible code which demonstrates the problem. > > (At face value, it almost looks like you have 2 discrete interpreters in