Error in reg dll

Girish girish.cfc at gmail.com
Tue Jun 23 06:45:59 EDT 2009


Hi,

somehow I fixed the issue related to error code 0xc0000005. Now I am
getting a different error code while registering DLL.. it says:
"DllRegisrerServer in Dspacvce.dll Failed. Reyurn Code was:
0x80040201"

On Jun 20, 8:15 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
wrote:
> En Tue, 16 Jun 2009 02:09:57 -0300,Girish<girish.... at gmail.com> escribió:
>
> > I am not able to registerDLLgenerated from py2exe
> > When I try to register thedllusing the commant: regsve32 dspace.dll,
> > I am getting error saying :"DLLRegisterServer in dspace.dllfailed.
> > 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