Hej everybody, I would like to start to write an own PyMol modul. Therefore I thougth it would be interesting to use the pymol2 package. But here I encounter a problem starting the GUI. Can you spot what is missing here?
my code: import pymol2 p1 = pymol2.PyMOL() p1.startWithTclTk() Error: Traceback (most recent call last): File "/....py", line 8, in <module> p1.startWithTclTk() File "/.../anaconda3/lib/python3.6/site- packages/pymol2/__init__.py", line 145, in startWithTclTk sys.modules[gui].__init__(self,poll,skin) TypeError: module.__init__() takes at most 2 arguments (3 given) All the best, Benjamin P.s.: Hope I'm correct here on this list. _______________________________________________ PyMOL-users mailing list (PyMOL-users@lists.sourceforge.net) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/pymol-users@lists.sourceforge.net Unsubscribe: https://sourceforge.net/projects/pymol/lists/pymol-users/unsubscribe