Re: [PyMOL] Using Python 3.4.3 Shell

2015-11-09 Thread Justin Lecher
On 09/11/15 09:05, Tom Aharoni wrote: > Hey :) > > I would like to work with pymol commands such as > cmd.distance() etc using Python 3.4.3 Shell. > > However when I try "import pymol" i get this message: > > Traceback (most recent call last): > File "", line 1, in > import pymol > Impo

[PyMOL] Using Python 3.4.3 Shell

2015-11-09 Thread Tom Aharoni
Hey :) I would like to work with pymol commands such as cmd.distance() etc using Python 3.4.3 Shell. However when I try "import pymol" i get this message: Traceback (most recent call last): File "", line 1, in import pymol ImportError: No module named 'pymol' I would very appreciate your