Ziming_Zhang

Results 2 comments of Ziming_Zhang

Inspired by [ziiho08](https://github.com/ziiho08). I just use "conda deactivate" first, and then run things like "cmake .. -GNinja" and so on. Also get it installed.

I edited libs/ustr.py: 1. comment this line:#from PyQt4.QtCore import QString 2. change this:if type(x) == QString to this:if type(x) ==type('string') and it works