PhilippSelenium

Results 12 comments of PhilippSelenium
trafficstars

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.

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 ![dependencywalker](https://user-images.githubusercontent.com/31542906/104716777-a3011e80-5728-11eb-8a68-3c91c6f909d1.png)

No it is the same error for both :(

Using pyzmq==20.0.0 (which works for me) I get the following dependency erros: ![pzymq_20_0_0](https://user-images.githubusercontent.com/31542906/104730822-02682a00-573b-11eb-8d05-936ce52a2aff.png) I also tried reinstalling vc_redist.x64.exe but the problem might be the old windows version or just using...