Re: [python-win32] Interest for patch enabling building egg ?

2009-11-03 Thread Mark Hammond
On 4/11/2009 2:10 AM, Paul Moore wrote: 2009/11/3 David Cournapeau: The only test I have done is that python setupegg.py and setup.py install generate the same tree (and that the produced egg is working). I am not very familiar with pywin32, so if there is a formal test suite to run, let me know

Re: [python-win32] Interest for patch enabling building egg ?

2009-11-03 Thread David Cournapeau
On Wed, Nov 4, 2009 at 12:10 AM, Paul Moore wrote: > 2009/11/3 David Cournapeau : >> The only test I have done is that python setupegg.py and setup.py >> install generate the same tree (and that the produced egg is working). >> I am not very familiar with pywin32, so if there is a formal test >> s

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

2009-11-03 Thread Rob Brown-Bayliss
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 process. > > You need to provide a full trac

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

2009-11-03 Thread Aahz
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 process. You need to provide a full traceback. -- Aahz (a...@pythoncraft.com) <*>

Re: [python-win32] Interest for patch enabling building egg ?

2009-11-03 Thread Paul Moore
2009/11/3 David Cournapeau : > The only test I have done is that python setupegg.py and setup.py > install generate the same tree (and that the produced egg is working). > I am not very familiar with pywin32, so if there is a formal test > suite to run, let me know, I guess this doesn't run the po

Re: [python-win32] Interest for patch enabling building egg ?

2009-11-03 Thread David Cournapeau
(sorry for having forgotten to CC the list the first time) > On 2/11/2009 6:34 PM, David Cournapeau wrote: >> The way I did was similar to what we do in numpy, that is setup.py is >> still using distutils by default, but if you call setupegg.py, you get >> the setuptools feature set. The changes

Re: [python-win32] Interest for patch enabling building egg ?

2009-11-03 Thread David Cournapeau
Hi Mark, On Mon, Nov 2, 2009 at 7:38 PM, Mark Hammond wrote: >> The way I did was similar to what we do in numpy, that is setup.py is >> still using distutils by default, but if you call setupegg.py, you get >> the setuptools feature set. The changes to pywin32 sources are minimal >> (<  20 line

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

2009-11-03 Thread Celvin
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 object returned by a method call of another