py2exe/numpy/com-server problem
Thomas Heller
theller at python.net
Thu Nov 21 05:53:01 EST 2002
More information about the Python-list mailing list
Thu Nov 21 05:53:01 EST 2002
- Previous message (by thread): py2exe/numpy/com-server problem
- Next message (by thread): py2exe/numpy/com-server problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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? Thomas
- Previous message (by thread): py2exe/numpy/com-server problem
- Next message (by thread): py2exe/numpy/com-server problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list