<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Greg,<div class=""><br class=""></div><div class="">  ChimeraX like Chimera includes Python within the application.  So the normal way to run a ChimeraX Python script is to just open it in ChimeraX for example with the open command "open myscript.py" or you can run ChimeraX from a shell without a graphical user interface and have it run the script</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>chimerax --nogui myscript.py</div><div class=""><br class=""></div><div class="">With Chimera there is a pychimera PyPi module (<a href="https://pypi.org/project/pychimera/" class="">https://pypi.org/project/pychimera/</a>)  created by Jaime Rodriguez-Guerra outside our lab to use Chimera with your own Python 2 installation.  There currently is not a PyPi module to use ChimeraX in your own Python 3.  I made a ChimeraX PyPi module (a "wheel") a few months ago as a test but it only partly works and we have not released it.  Various initializations in the ChimeraX code need to be fixed to work outside the ChimeraX application.  We proposed doing that work in a grant application to Chan-Zuckerberg Initiative last month, their Visual Proteomics call for proposals (<a href="https://chanzuckerberg.com/rfa/visual-proteomics/" class="">https://chanzuckerberg.com/rfa/visual-proteomics/</a>).  We will not know whether we get funding to pursue that until at least May 2021.</div><div class=""><br class=""></div><div class="">  Is it essential to your use of ChimeraX that you run Python scripts in your own Python?  If so we could try to get something rigged up that would work for you.</div><div class=""><br class=""></div><div class="">  If the main issue is you need other PyPi packages that are not in ChimeraX for your Python scripts, you can install those packages easily into ChimeraX using</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>chimerax -m pip install <NameOfPyPiPackage></div><div class=""><br class=""></div><div class="">  Tom</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class=""><br class=""><blockquote type="cite" class="">On Mar 5, 2021, at 12:49 PM, Gregory Babbitt <<a href="mailto:gabsbi@rit.edu" class="">gabsbi@rit.edu</a>> wrote:<br class=""><br class="">Hi Dr. Meng<br class=""><br class="">Some of us at RIT are having trouble importing chimerax.core.commands to python3 so we can write a script to run things in chimerax.   <br class=""><br class="">Does debian have it?   I also noticed my pip list does not show the older chimera module even though we call it alot in python.  Does it have a different name like midas or pychimera?<br class=""><br class="">What is chimeraX equivalent...how do we install it via pip/pip3?<br class=""><br class="">thx<br class=""><br class="">Greg B<br class=""><br class="">Dr. Gregory A Babbitt<br class="">Associate Professor<br class="">T.H. Gosnell School of Life Sciences<br class="">Rochester Institute of Technology<br class="">Rochester  NY     USA<br class="">website: <a href="http://people.rit.edu/gabsbi" class="">http://people.rit.edu/gabsbi</a>  <br class=""><br class=""><br class=""></blockquote><br class=""><br class=""></div></div></blockquote></div><br class=""></div></body></html>