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
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