Re: [python-win32] Using DirectShow API to access webcam

2018-08-17 Thread Tim Roberts
Joe wrote: thanks for your helpful answer and the explanations. Following up on your comment on http://videocapture.sourceforge.net/ I found that there is jaraco.video, which seems to be "a port of the VideoCapture module in pure Python using ctypes and comtypes." (https://github.com/jaraco/ja

Re: [python-win32] Using DirectShow API to access webcam

2018-08-17 Thread Joe
Hello Tim, thanks for your helpful answer and the explanations. Following up on your comment on http://videocapture.sourceforge.net/ I found that there is jaraco.video, which seems to be "a port of the VideoCapture module in pure Python using ctypes and comtypes." (https://github.com/jaraco/jar

Re: [python-win32] LNK4197 error building c++ extension

2018-08-17 Thread Tim Roberts
Robin Becker wrote: I am not a great C++ person so as I am building my first C++ extension I am seeing this error which I don't understand > _aggstate.obj : warning LNK4197: export 'init_aggstate' specified multiple times; using first specification >    Creating library build\temp.win-amd64-2.

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,

[python-win32] LNK4197 error building c++ extension

2018-08-17 Thread Robin Becker
I am not a great C++ person so as I am building my first C++ extension I am seeing this error which I don't understand > _aggstate.obj : warning LNK4197: export 'init_aggstate' specified multiple times; using first specification >Creating library build\temp.win-amd64-2.7\Release\_aggstate.l