Hi All, I have been trying to get pymol + SuperSym working in ubuntu jaunty.
Looked at the wiki http://pymolwiki.org/index.php/SuperSym and downloaded the trunk and compiled it. I have installed cctbx in tmp (for the moment). In this page http://pymolwiki.org/index.php/CCTBX after I run setpaths.sh $ echo $PATH looks like this /tmp/cctbx_build/bin:/usr/local/sbin: /usr/local/bin:/usr/sbin:/usr/bin:/sbin: /bin:/usr/games:/users/karthik/bin Unfortunately there is no "python" executable in "/tmp/cctbx_build/bin" as described in the wiki page http://pymolwiki.org/index.php/CCTBX So I edited the launch script of "pymol" to #!/bin/sh PYMOL_PATH=/users/karthik/software/commonsoft/trunk/pymol export PYMOL_PATH #exec /usr/bin/python $PYMOL_PATH/modules/launch_pymol.py "$@" exec /tmp/cctbx_build/bin/cctbx.python $PYMOL_PATH/modules/launch_pymol.py "$@" It fails with: Traceback (most recent call last): File "modules/launch_pymol.py", line 32, in <module> import pymol File "/users/karthik/software/commonsoft/trunk/pymol/modules/pymol/__init__.py", line 472, in <module> import _cmd ImportError: /users/karthik/software/commonsoft/trunk/pymol/modules/pymol/_cmd.so: undefined symbol: PyUnicodeUCS4_SetDefaultEncoding Any help appreciated. Best regards, Karthik Disclaimer Mitglied der Hermann von Helmholtz-Gemeinschaft Deutscher Forschungszentren e.V. Vorsitzende des Aufsichtsrats: Dr. Beatrix Vierkorn-Rudolph, stellv. Vorsitzende: Dr. Jutta Koch-Unterseher Geschäftsführer: Prof. Dr. Anke Rita Kaysser-Pyzalla, Prof. Dr. Dr. h.c. Wolfgang Eberhardt, Dr. Ulrich Breuer, Sitz Berlin, AG Charlottenburg, 89 HRB 5583 ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ PyMOL-users mailing list ([email protected]) Info Page: https://lists.sourceforge.net/lists/listinfo/pymol-users Archives: http://www.mail-archive.com/[email protected]
