<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogerdodd</id>
	<title>PyMOL Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pymol.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Rogerdodd"/>
	<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php/Special:Contributions/Rogerdodd"/>
	<updated>2026-05-26T12:27:58Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=898</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=898"/>
		<updated>2006-10-27T23:36:48Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/ cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/098/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(Newer versions of PyMOL linked against an external python are available from Delano Scientific on request for holders of a valid subscription.)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @cctbx.python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. It's important to have python in your path variable (which you can access by going to control panel|system|advanced|environment variables), just add C:\python24 to the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=897</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=897"/>
		<updated>2006-10-27T23:35:37Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/ cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/098/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(Newer versions of PyMOL linked against an external python are available from Delano Scientific on request for holders of a valid description.)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @cctbx.python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. It's important to have python in your path variable (which you can access by going to control panel|system|advanced|environment variables), just add C:\python24 to the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=896</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=896"/>
		<updated>2006-10-27T23:32:44Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/ cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/098/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. It's important to have python in your path variable (which you can access by going to control panel|system|advanced|environment variables), just add C:\python24 to the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=894</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=894"/>
		<updated>2005-09-20T10:21:22Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. It's important to have python in your path variable (which you can access by going to control panel|system|advanced|environment variables), just add C:\python24 to the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Category:PyMol_Integration_Arbitrary_Graphics_Objects&amp;diff=4051</id>
		<title>Category:PyMol Integration Arbitrary Graphics Objects</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Category:PyMol_Integration_Arbitrary_Graphics_Objects&amp;diff=4051"/>
		<updated>2005-09-20T10:19:36Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* [http://protlib.uchicago.edu/index.html PL: The Protein Library]&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|PL -- The Protein Library]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=893</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=893"/>
		<updated>2005-09-20T10:17:54Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. It's important to have python in your path variable&lt;br /&gt;
(which you can access by going to control&lt;br /&gt;
panel|system|advanced|environment variables), just add C:\python24 to&lt;br /&gt;
the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=892</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=892"/>
		<updated>2005-09-20T10:16:33Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources (i.e. execute the file in C:\)&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. One other thing, it's important to have python in your path variable&lt;br /&gt;
(which you can access by going to control&lt;br /&gt;
panel|system|advanced|environment variables), just add C:\python24 to&lt;br /&gt;
the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=891</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=891"/>
		<updated>2005-09-20T10:15:43Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. One other thing, it's important to have python in your path variable&lt;br /&gt;
(which you can access by going to control&lt;br /&gt;
panel|system|advanced|environment variables), just add C:\python24 to&lt;br /&gt;
the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=890</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=890"/>
		<updated>2005-09-20T10:15:02Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Note=&lt;br /&gt;
We need someone to make some edits to this page.  I don't know anything about cctbx except what's shown here.&lt;br /&gt;
&lt;br /&gt;
=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. One other thing, it's important to have python in your path variable&lt;br /&gt;
(which you can access by going to control&lt;br /&gt;
panel|system|advanced|environment variables), just add C:\python24 to&lt;br /&gt;
the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I hope this is clear enough!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|cctbx]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=889</id>
		<title>CCTBX</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=CCTBX&amp;diff=889"/>
		<updated>2005-09-20T10:13:55Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Note=&lt;br /&gt;
We need someone to make some edits to this page.  I don't know anything about cctbx except what's shown here.&lt;br /&gt;
&lt;br /&gt;
=Computational Crystallography Toolbox=&lt;br /&gt;
[http://cctbx.sourceforge.net cctbx]&lt;br /&gt;
&lt;br /&gt;
==Using With PyMol==&lt;br /&gt;
&lt;br /&gt;
===On a Mac===&lt;br /&gt;
There is a page on the cctbx with special instructions for using it on the Mac [http://cci.lbl.gov/cctbx_build/mac_os_x_notes.html cctbx On Mac].  Note that you need to use the &amp;quot;Framework&amp;quot; build of PyMOL [http://delsci.com/frameworkpymol/ FrameWorkPyMol].&lt;br /&gt;
&lt;br /&gt;
===Windows XP (Roger Dodd)===&lt;br /&gt;
1. Download and install python (to the default location - C:\Python24)&lt;br /&gt;
&lt;br /&gt;
[http://www.python.org/ftp/python/2.4.1/python-2.4.1.msi Python-2.4.1]&lt;br /&gt;
&lt;br /&gt;
1a. If you want to use the draw_symops.py or draw_symops_cctbx.py&lt;br /&gt;
scripts you also need to install numarray after installing python&lt;br /&gt;
&lt;br /&gt;
[http://prdownloads.sourceforge.net/numpy/numarray-1.3.3.win32-py2.4.exe?download Numarray-1.3.3]&lt;br /&gt;
&lt;br /&gt;
2. Download cctbx *without* python included and unpack into&lt;br /&gt;
C:\cctbx_build and C:\cctbx_sources&lt;br /&gt;
&lt;br /&gt;
[http://cci.lbl.gov/cctbx_build/results/2005_08_18_0201/cctbx_win_xp_py24_pre.exe cctbx]&lt;br /&gt;
&lt;br /&gt;
3. Download pymol built against python 2.4 (but not including its own&lt;br /&gt;
python) and install in the default location&lt;br /&gt;
&lt;br /&gt;
[http://delsci.com/rel/0_98/pymol-0_98rc5-bin-win32-py24.zip pymol-0_98rc5]&lt;br /&gt;
&lt;br /&gt;
(You cannot use the latest beta versions which include their own version&lt;br /&gt;
of python to the best of my knowledge)&lt;br /&gt;
&lt;br /&gt;
4. Create 2 files (use notepad or wordpad or any other text editor) and&lt;br /&gt;
save in the C:\Program Files\Delano Scientific\PyMOL directory:&lt;br /&gt;
&lt;br /&gt;
    a) pymol.cmd&lt;br /&gt;
&lt;br /&gt;
       @python -x &amp;quot;%~f0&amp;quot; %* &amp;amp; exit /b&lt;br /&gt;
        import cctbx&lt;br /&gt;
        import pymol&lt;br /&gt;
&lt;br /&gt;
    b) run.cmd&lt;br /&gt;
&lt;br /&gt;
        CALL C:\cctbx_build\setpaths_all.bat&lt;br /&gt;
        CALL &amp;quot;C:\Program Files\Delano Scientific\PyMOL\pymol.cmd&amp;quot;&lt;br /&gt;
&lt;br /&gt;
5. One other thing, it's important to have python in your path variable&lt;br /&gt;
(which you can access by going to control&lt;br /&gt;
panel|system|advanced|environment variables), just add C:\python24 to&lt;br /&gt;
the end of the path variable, separated by a semi-colon.&lt;br /&gt;
&lt;br /&gt;
===Linux (Robert Campbell)===&lt;br /&gt;
When you run the setpaths.sh script, it adds the cctbx_build/bin directory to the *front* of your $PATH. In that directory is a shell script called &amp;quot;python&amp;quot; that sets the environment necessary to import cctbx. So, to get cctbx to work, you have to call python without prefixing a directory path.  If you were like me and had:&lt;br /&gt;
 /usr/bin/python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
in your pymol.com file, then it would not run that cctbx_build/bin/python script. So you need to either change the above line to:&lt;br /&gt;
 python  $PYMOL_PATH/modules/launch_pymol.py $*&lt;br /&gt;
(assuming you've already run the setpaths.sh script) or you need to copy the cctbx_build/bin/python contents (without the actual &amp;quot;python&amp;quot; command) into your pymol.com file or some other file that you source before pymol.com.&lt;br /&gt;
&lt;br /&gt;
Within pymol, type the command:&lt;br /&gt;
 print sys.path&lt;br /&gt;
and you should now see the cctbx directories show up.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I hope this is clear enough!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:PyMol_Integration|CCTBX]]&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
	<entry>
		<id>https://wiki.pymol.org/index.php?title=Older_News&amp;diff=7108</id>
		<title>Older News</title>
		<link rel="alternate" type="text/html" href="https://wiki.pymol.org/index.php?title=Older_News&amp;diff=7108"/>
		<updated>2005-08-17T11:01:52Z</updated>

		<summary type="html">&lt;p&gt;Rogerdodd: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Older News=&lt;br /&gt;
* How to create multiple [[Distance]] objects.&lt;br /&gt;
* [[Nuccyl]]'s address changed.&lt;br /&gt;
&lt;br /&gt;
* PyMol gets some new features.  PyMol 0.99beta07 added these commands for testing, check out the new &lt;br /&gt;
# [[Draw]] command and,&lt;br /&gt;
# [[Spheres]] Shader Spheres represenation&lt;br /&gt;
* Also, [[Ray]] and [[Draw]] now show oversized images scaled into the viewport.&lt;/div&gt;</summary>
		<author><name>Rogerdodd</name></author>
	</entry>
</feed>