Am Samstag, den 10.12.2011, 21:43 +0800 schrieb lina: [..] > Another problem includes: > > PyMOLShader_NewFromFile-Error: Unable to open file > '/usr/share/pymol/data/shaders/default.vs' PYMOL_PATH='/usr/share/pymol' > PyMOLShader_NewFromFile-Warning: default shader files not found, loading > from memory. > PyMOLShader_NewFromFile-Error: Unable to open file > '/usr/share/pymol/data/shaders/volume.vs' PYMOL_PATH='/usr/share/pymol' > PyMOLShader_NewFromFile-Warning: volume shader files not found, loading from > memory.
PYMOL_PATH shouldn't be '/usr/share/pymol', it is declared in /usr/bin/pymol as export PYMOL_PATH=`python2.7 -c "from imp import find_module; print find_module('pymol')[1]"` and on a current Sid this should be /usr/lib/python2.7/dist-packages/pymol Can you please check the contents of /usr/bin/pymol and what the last command returns on your system? Regards, Daniel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org