En Tue, 16 Jun 2009 02:09:57 -0300, Girish <girish....@gmail.com> escribió:

I am not able to register DLL generated from py2exe
When I try to register the dll using the commant: regsve32 dspace.dll,
I am getting error saying :"DLLRegisterServer in dspace.dll failed.
Return code was: 0xc0000005"

I don't think the problem is in your setup.py, but on Dspace.py or any module it uses. 0xc0000005 is an Access Violation - an attempt to read/write memory at an illegal address.
Try removing pieces from Dspace.py until you find the culprit.

--
Gabriel Genellina

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to