Skip to content

compiling Windows wheels with cpptango 935

Yury Matveyev requested to merge appveyor_with_cpptango935 into develop

Closes #471 (closed)

Appveyor was modified to use cpptango 9.3.5.

The problem is that CI for Py27 x64 fails due to <bound method Database._put_device_property of Database(, )> This call always ends with something like "exit code -1073740940 (0xC0000374)" or "exit code -1073741819 (0xC0000005)". Since we cannot find the origin of the problem, we decided to compile wheels for this combination with 9.3.4, where there is no such a problem....

Merge request reports