gencache.EnsureModule Error

Sam Sungshik Kong ssk at chol.nospam.net
Thu May 27 01:38:33 EDT 2004


Hi, Tony!

You were right.
After I gave the permission, the problem was gone.

Thanks.

Sam
"Tony Meyer" <t-meyer at ihug.co.nz> wrote in message
news:mailman.342.1085608011.6949.python-list at python.org...
> 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