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
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
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
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) <*>
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
(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
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
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