<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">There is also this page describing how to get Eclipse to work with Chimera:<div><br></div><div><a href="http://plato.cgl.ucsf.edu/trac/chimera/wiki/ChimeraEclipse">http://plato.cgl.ucsf.edu/trac/chimera/wiki/ChimeraEclipse</a></div><div><br></div><div>--Eric</div><div><br></div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        Eric Pettersen</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        UCSF Computer Graphics Lab</font></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-size: 16px; "><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; ">                        <a href="http://www.cgl.ucsf.edu">http://www.cgl.ucsf.edu</a></font></div><div><font face="Helvetica" size="5" style="font: normal normal normal 16px/normal Helvetica; "><br></font></div><div><div>On Feb 6, 2012, at 9:17 AM, Conrad Huang wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>The main issue with using IDEs with Chimera is that they have to share the same Python interpreter.  Because Idle is a Python-only package, we managed to put a layer on top of Idle so that it runs using the same interpreter as Chimera, thereby giving Idle access to all Chimera code and data.  I am not familiar with Komodo, but it looks to me like it's a separate application, so the same approach will not work.<br><br>A possible solution is to run Chimera from within Komodo, but I'm not sure how the event handling code will interact.  Chimera uses Tk for its graphical interface and user input handling; Komodo probably uses something other than Tk and will have its own input handling code.  I don't know what will happen to user input when Chimera is running.  (Tk is also not thread-safe, so running Chimera in a thread will open a different can of worms.)<br><br>So I guess my answer is that, unless an IDE is written in Python it is very difficult to use it in conjunction with Chimera the same way we integrated Idle.<br><br>Conrad<br><br>On 2/4/12 1:03 PM, ELNAZ REZAEI wrote:<br><blockquote type="cite">Hello,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Is it possible to use other python IDE (e.g. komodo) with Chimera?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks,<br></blockquote><blockquote type="cite">ELnaz</blockquote></div></blockquote></div></div></body></html>