From: Narin H. <nar...@ch...> - 2013-07-30 13:33:54
|
Hi all, I'm not very experienced with installing things from source, so you'll have to bear with me a bit here…. I'm trying to get pymol 1.6.0.0 working on my macbook (OS X 10.8.4). The install seems to go ok (home directory set to /sw) but when I try to launch pymol, it exits with this message: Detected OpenGL version 2.0 or greater. Shaders available. Detected GLSL version 1.20. OpenGL graphics engine: GL_VENDOR: NVIDIA Corporation GL_RENDERER: NVIDIA GeForce GT 650M OpenGL Engine GL_VERSION: 2.1 NVIDIA-8.12.47 310.40.00.05f01 Detected 8 CPU cores. Enabled multithreaded rendering. libpng warning: Application built with libpng-1.5.11 but running with 1.6.3 /sw/bin/pymol: line 4: 86592 Segmentation fault: 11 "/sw/bin/python" "/sw/lib/python/pymol/__init__.py" "$@" The version of python I have is 2.7.5 . If I just do "python /sw/lib/python/pymol/__init__.py" then I get the segmentation fault 11 error. Can anyone help me fix this? Thanks, Narin |