Something not quite right with mine. Installed OK, but while I can run "python libprs500\devices\prs500\cli\main.py" OK for instance, when I try to pass the "info" command I get "ImportError: No module named wmi".
Similarly, if I run "python libprs500\gui2\main.py", I first got "ImportError: cannot import name question_dialog" but after I did a "python setup.py install" I get a little further & now get "ImportError: No module named tag_editor_ui".
Do either of those commands work for you?
|