Hi,
are you trying to run PyMOL remotely, i.e. via ssh from your cluster?
This might work if you forward X11 to your local machine, though I'm not
sure if it supports OpenGL.
Looking at the error message, another possibility might be a missing tcl/tk
library?
Good luck,
Julian
On Tue, Sep 20, 2
Hi,
Can anyone help me on this regard.
Thanks
-Srikanth.
On Thu, Sep 1, 2016 at 10:19 PM, Thomas Holder <
thomas.hol...@schrodinger.com> wrote:
> Hi Srikanth,
>
> Is your custom Python installation properly set up with the custom Tcl/Tk
> installation? Does the following work and open a Tk win
Hi Srikanth,
Is your custom Python installation properly set up with the custom Tcl/Tk
installation? Does the following work and open a Tk window?
shell> /app/python/intel/2.7.12/bin/python # path guessed
python> import Tkinter
python> Tkinter.Tk()
If not, then I think you need to set TCL_L