PhilippSelenium
PhilippSelenium
Will this be fixed?
I have a similar issue but with c_float ``` comtypes\gen\_00020430_0000_0000_C000_000000000046_0_2_0.py", line 18, in OLE_XPOS_CONTAINER = c_float NameError: name 'c_float' is not defined ```
Just saw this MR https://github.com/pytest-dev/pytest-selenium/pull/293 ... this will probably fix the selenium part.
It is 64bit
I get the same error for: ``` Python 3.8.7 (tags/v3.8.7:6503f05, Dec 21 2020, 17:59:51) [MSC v.1928 64 bit (AMD64)] on win32 ```
@minrk Thanks for the lightning fast fix. Sadly it does not fix my problem. But it might have to do with my environment. I'm investigating ...
I uninstalled the old zmq first and also checked that the folder is not in site-packages. As requested I attached a screenshot 
No it is the same error for both :(
Using pyzmq==20.0.0 (which works for me) I get the following dependency erros:  I also tried reinstalling vc_redist.x64.exe but the problem might be the old windows version or just using...