<div dir="ltr">On Sat, Aug 23, 2014 at 11:54 AM, Andreas Förster <span dir="ltr">&lt;<a href="mailto:docandreas@gmail.com" target="_blank">docandreas@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I encounter the following error when running phenix.table_one from the command line (RHEL 6.3 64-bit, phenix-dev-1769):<br>


<br>
andreas@csbstereo in blah: phenix.table_one<br>
Traceback (most recent call last):<br>
  File &quot;/csb/soft/Linux64/share/<u></u>phenix-dev-1769/build/intel-<u></u>linux-2.6-x86_64/../../phenix/<u></u>phenix/command_line/table_one.<u></u>py&quot;, line 6, in &lt;module&gt;<br>
    phenix.automation.table_one.<u></u>run(sys.argv[1:], auto_extract_labels=True,<br>
AttributeError: &#39;module&#39; object has no attribute &#39;run&#39;<br>
<br>
Aunt Google insists that this is &quot;a circular import issue&quot;.<br>
<br>
What do the developers say?<br></blockquote><div><br></div><div>&quot;Oops&quot;</div><div><br></div><div>I rewrote the program a few months ago to be an extension of MolProbity, but I forgot to remove the old launcher.  It&#39;ll be fixed in the next build.  You can patch your installation by doing this:</div>

<div><br></div><div>cd /csb/soft/Linux64/share/<u></u>phenix-dev-1769/</div><div>rm -rf phenix/phenix/command_line/table_one.py</div><div>cd build/intel-<u></u>linux-2.6-x86_64</div><div>libtbx.refresh</div><div><br></div>

<div>-Nat</div></div></div></div>