Hi
Trying to run the latest version of pymol(
pymol-1_0edu1-bin-linux-x86-glibc23) on my machine (CentOS 5.1 x86_64)
and getting the following error: "error while loading shared libraries:
libGLU.so.1: cannot open shared object file: No such file or directory"
I have check and the libaries do
Thanks, that was the solution.
I have edited the Modules/Setup.dist file in Python2.5.2 source
distribution, then edited tk/tcl versions and dirs and finaly
cp Setup.dist Setup
then reconfigured and installed python.
Now everything works
Thanks again.
SDA
Dimitry,
>From that traceback, it appears that you may not have successfully compiled
>_tkinter with your Python 2.5.1 build. To configure this manually, edit
>Setup.dist in the Modules directory of the Python source code distribution.
Cheers,
Warren
--
DeLano Scientific LLC
Subscriber Sup
Hello,
I am installing pymol on opensuse 11 RC1 (kernel 2.6.25.4-8).
Installation with default python 2.5.2 did not succeed - some strange
problems occurred at the begging. I think python default installation
might be corrupt. So I`ve compiled python 2.5.1 from source with default
options and insta