Arrgh! You are quite correct. After completely removing and re-installing python 3.4, I get exactly the same result. It would appear that my changes in the layout of adodbapi were not updated in pywin32's distribution setup, but that error was masked in my testing by pre-existing files on my test system. I will communicate with Mark off-line about how I can fix this so that testing is more reliable.
You can get the other files you need from the adodbapi package in PyPi or sourceforge... (in Python 3.4) py -3 -m pip install adodbapi (if you have pip installed) pip install adodbapi --upgrade (otherwise) http://sourceforge.net/projects/adodbapi/files/latest/download?source=dlp Note that there is no difference between adodbapi 2.6.0.6 and 2.6.0.7, except that the latter will download directly from pypi and not try using the (broken) url link. My profound apologies. Vernon On Wed, May 28, 2014 at 4:12 PM, Sibylle Koczian <nulla.epist...@web.de>wrote: > 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 >
_______________________________________________ python-win32 mailing list python-win32@python.org https://mail.python.org/mailman/listinfo/python-win32