Guest User

Untitled

a guest
Oct 17th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. from PyQt4.Qt import PYQT_VERSION_STR
  2. print("PyQt version:", PYQT_VERSION_STR)
  3.  
  4. ('PyQt version:', '4.12.1')
  5.  
  6. AttributeError: 'module' object has no attribute 'TreeStyle' (in subprocess)
  7. ...
  8. ...
  9. ...
  10. packages/VirtualMicrobes/plotting/Graphs.py", line 1083, in make_tree_style
  11. ts = ete3.TreeStyle()
Add Comment
Please, Sign In to add comment