Re: [PyMOL] Pymol Command window not displaying

2016-09-29 Thread Julian Heinrich
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,

Re: [PyMOL] Pymol Command window not displaying

2016-09-19 Thread Srikanth Gumma
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

Re: [PyMOL] Pymol Command window not displaying

2016-09-01 Thread Thomas Holder
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

[PyMOL] Pymol Command window not displaying

2016-08-30 Thread Srikanth Gumma
Hi, I recently installed pymol from source using python-2.7.12 in my cluster. I have to install python, tcl in a non standard location as this is a cluster. After successful installation of pymol, I'm facing an issue while opening pymol. I'm not able to see pymol command window, and receiving