<div dir="ltr">On Tue, Jan 20, 2015 at 3:48 AM, 신인철 <span dir="ltr">&lt;<a href="mailto:ichul96@snu.ac.kr" target="_blank">ichul96@snu.ac.kr</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr">
<div style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p><span style="font-size:12pt">[root@localhost ~]# rosetta.build_phenix_interface nproc=8</span><br></p><p>
False<br>
scons: Reading SConscript files ...<br>
Running versioning script ... Done. (0.0 seconds)<br>
Could not find platform independent libraries &lt;prefix&gt;<br>
Could not find platform dependent libraries &lt;exec_prefix&gt;<br>
Consider setting $PYTHONHOME to &lt;prefix&gt;[:&lt;exec_prefix&gt;]<br>
ImportError: No module named site<br></p></div></div></blockquote><div><br></div><div>This error happens when the Rosetta build system tries to run Python internally to generate additional files used in compilation.  Although we include a complete Python environment with Phenix, Rosetta will probably use the system&#39;s Python interpreter (or whatever is defined as the &#39;python&#39; command).  The error message you see means that this interpreter is completely broken, i.e. something is wrong with your system.  You can confirm this by running a command such as:</div><div><br></div><div>python -c &quot;import site&quot;</div><div><br></div><div>There&#39;s nothing we can do to fix this - you need to consult your local system administrator and/or OS reference manual for assistance/instructions for getting a working Python installed.</div><div><br></div><div>(Added this to the FAQ list as well.)</div><div><br></div><div>-Nat</div></div></div></div>