gencache.EnsureModule Error

Tony Meyer t-meyer at ihug.co.nz
Wed May 26 17:46:32 EDT 2004


> I believe that the error occurs at
> def ensuremodule():
>  gencache.EnsureModule('{00000201-0000-0010-8000-00AA006D2EA4}',0,2,1)
> which is for ADO for SQLServer.
> 
> Does anybody know why?
[...]
> IOError: [Errno 13] Permission denied: 
> 'C:\\PROGRA~1\\Python23\\lib\\site-packages\\win32com\\gen_py\
> \dicts.dat'

It looks like you don't have permission to (re)create that file.  Check that
it's not locked by someone else, and that you have the appropriate
permissions in that directory.

=Tony Meyer





More information about the Python-list mailing list