Hi All, I am facing some problems in packaging PyMol on Windows as part of our application: From the PyMol log window I infer that PyMol refers to the windows registry to get information about where Python is installed. And it dervies the TCL_LIBRARY variable from that info. Since we are packaging python also as part of our application, PyMol is not able to get the information from the registry. So it guesses a default value for TCL_LIBRARY variable. So the external GUI (TkInter) is not coming up. I tried setting the TCL_LIBRARY variable explicitly and still no luck:-(. I would be very happy to have any other suggestions.
Thanks! --Mahesh N