Re: [PyMOL] freeglut error

2013-02-12 Thread m . roth
Troels Emtekær Linnet wrote: > There should be No asterixs. > > 2013/2/12 mark > >> On 02/11/13 09:30, Troels Emtekær Linnet wrote: >>> I see the same error (X Error of failed request) when I get a >>> kernel update to my CentOS comp. That screws up my NVIDIA driver >>> installation, pymol fa

Re: [PyMOL] Install pymol on OSX easier than ever

2013-02-12 Thread Derek Ashley Thomas
Thanks Camilo! You're absolutely right that it needs python and TK with those options. Sorry that I forgot that. That being said, it should not have installed pymol without those packages. I suggest you run brew updatebefore installing. Also, if you run brew install tk --enable-threads it should au

Re: [PyMOL] freeglut error

2013-02-12 Thread Troels Emtekær Linnet
There should be No asterixs. I tried to mark the part in bold via email. best 2013/2/12 mark > On 02/11/13 09:30, Troels Emtekær Linnet wrote: > >> Hi. >> >> Well, I don't know really what you wan't, but I remember pain with >> graphics and computers. :-) >> >> I see the same error (X Error

Re: [PyMOL] Install pymol on OSX easier than ever

2013-02-12 Thread Camilo Andrés Jimenez Cruz
Hi all This option to install pymol is great!. However, I tried to install it in my 10.8.2 with xquartz intalled and it was crashing. For it to run well, you need to enable threads, do: brew uninstall tcl brew uninstall tk brew uninstall python brew install tk --enable-threads brew install tcl

Re: [PyMOL] Path problem when running a script

2013-02-12 Thread Thomas Holder
Hi Jens, the "run" command is not identical to the python "import" statement. It does not search sys.path but takes an absolute or relative (from the current working directory) file name. Both of these will work: PyMOL>run /opt/pymol/scripts/align_all.py PyMOL>import align_all See also: http:/

[PyMOL] Path problem when running a script

2013-02-12 Thread Thomas, Jens
Hi, I'm trying to run the align_all.py script (http://pldserver1.biochem.queensu.ca/~rlc/work/pymol/align_all.py) in PyMol running on Linux. I've put the script in /opt/pymol/scripts, and in my .pymolrc file, I have the following: sys.path.append("/opt/pymol/scripts") and if I print sys.path