You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least I encountered a few issues listed as follow:
In the CodeDB.py - Line43: workingPath = workingPath = r'D:\Program Files (x86_32)\SciTools\bin\pc-win32'. This is written as constant string. But we did not notify the user in the wiki page that we have to installed the 32bit version of understand and install in D: as well.
The python code would import PyQt5 instead of PyQt4.
Python 3.4 does not support PyQt5. Python >3.5 would be actually working.
There are many other hard-coded constant variables in the code set. Could you please maybe review it and maybe notify the user in the wiki page. I encountered many auth issues as well during configuration. (Like, reading and writing config files, etc). The tool is quite a useful one especially for open source code, while it also took me long time to solve the issues.
No description provided.
The text was updated successfully, but these errors were encountered: