Hello,
I just installed Python 3.4.1 and pywin32, using
pywin32-219.win-amd64-py3.4.exe. No problems, no error messages during
installation.
When I try to use adodbapi, I get an ImportError:
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:45:13) [MSC v.1600 64
bit (AMD64)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> import adodbapi
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import adodbapi
File "C:\Python34\lib\site-packages\adodbapi\__init__.py", line 16,
in <module>
from .apibase import apilevel, threadsafety, paramstyle
ImportError: No module named 'adodbapi.apibase'
>>>
In fact there is no file called "apibase" in my Python34 directory.
What can I do?
Thank you,
Sibylle
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32