Dave

Results 15 comments of Dave

I am seeing this on x64 as well. This was opened in 2014 are there any plans to fix this?

FAILED (failures=4, errors=1, skipped=1) [test_results.txt](https://github.com/enthought/pyql/files/156110/test_results.txt)

Fixed the error in the test case. Warnings but it passed. Would like to know reason for the failures. [test_results.txt](https://github.com/enthought/pyql/files/156206/test_results.txt)

Yes I did. Those steps seem to guarantee that if followed correctly the program will run - not its program correctness. I had some issues initially with the DEF file...

Note I used QL 1.7.1, MSVC 14 and Anaconda latest version with Python 3.5. Those settings have some issues too. First you are not updating a settings.py file you are...

Full build output. [build_output.txt](https://github.com/enthought/pyql/files/157056/build_output.txt)

I used cygwin. Took a while to get the build going and then we had failed unit test cases.

Is this active at all?

Followed the above for checking if `/run/genie.path` exists, but had to save my original path to a file before restoring. Otherwise things like `code` do not work. This was on...

I feel like this might be similarly related. If I want to do a conditional flow e.g. uri targeta = "uria" uri targetb = "urib" bool a = true; //...