Error in reg dll

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Fri Jun 19 23:15:55 EDT 2009


En Tue, 16 Jun 2009 02:09:57 -0300, Girish <girish.cfc at 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




More information about the Python-list mailing list