py2exe/numpy/com-server problem

Uwe Schmitt uwe.schmitt at procoders.net
Thu Nov 21 06:07:41 EST 2002


Thomas Heller <theller at python.net> wrote:
> Uwe Schmitt <uwe.schmitt at procoders.net> writes:

>> Hi,
>> 
>> I implemented a COM-Server for a class using NumericalPython (numarray).
>> 
>> If I install the server by 'python server.py --register' everything is fine.
>> If I use py2exe or the McMillan installer and call the generated .exe
>> in order to (un-)register the COM server, the program crashes.
>> 
>> I use Win2K, Python 2.2 (from Activestate, including win32com), 
>> and numarray 0.36.
>> 
>> Is this a known bug ? google did not help me.

> Maybe a missing numeric dll? Neither py2exe nor installer get them
> all, I think.  If I remember correctly, multiarray.pyd dynloads
> _numpy.pyd (in C code), or something like that.

> You should try copying all the Numeric dlls (pyds).  Does this help?

Thanks for your answer. I tried it, but the program still crashes.

Greetings, Uwe.


-- 
Dr. rer. nat. Uwe Schmitt      Computer science is no more about Computers,
uwe.schmitt at num.uni-sb.de      than astronomy is about telescopes. (Dijkstra)
http://www.procoders.net           



More information about the Python-list mailing list