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-...@yahoo.com.ar> wrote: > En Tue, 16 Jun 2009 02:09:57 -0300,Girish<girish....@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 -- http://mail.python.org/mailman/listinfo/python-list