Re: [python-win32] Python 3.7: difficulties importing adodbapi after installation

2018-08-19 Thread Sibylle Koczian
Hello, Am 17.08.2018 um 16:34 schrieb Vernon D. Cole: The hassle is because I have not fulfilled my responsibility to keep adodbapi maintained properly for these last few years. I now work in a Linux shop and have almost nothing to do with databases, so my work on Windows database software kee

Re: [python-win32] Python 3.7: difficulties importing adodbapi after installation

2018-08-17 Thread Vernon D. Cole
The hassle is because I have not fulfilled my responsibility to keep adodbapi maintained properly for these last few years. I now work in a Linux shop and have almost nothing to do with databases, so my work on Windows database software keeps taking a back seat to other responsibilities. This week

[python-win32] Python 3.7: difficulties importing adodbapi after installation

2018-08-17 Thread Sibylle Koczian
Fresh install of Python 3.7 on Windows 10. Installed pywin32-223.win-amd64.py3.7.exe (from python.org) without error messages, but the adodbapi directory didn't contain apibase.py and so adodbapi couldn't be imported. Next step: "pip install adodbapi --upgrade" again seemed to work normally,