<div dir="ltr">Hallo Rob,<div><br></div><div>Richard (Gildea) has figured this out for me -- I was using python 2.7.8 and that&#39;s the first part of the problem. I updated to 2.7.13 and the initial issues to do with ssl are solved.</div><div><br></div><div>I am still stuck at the end:</div><div><br></div><div><div>  ****************************************************************************</div><div>                 Automated CCTBX dependencies build script</div><div>                 report problems to <a href="mailto:cctbx-dev@cci.lbl.gov">cctbx-dev@cci.lbl.gov</a></div><div>  ****************************************************************************</div><div><br></div><div>Base directory already exists and --skip-if-exists set; exiting.</div><div>===== Running in build: run configure.py</div><div>Traceback (most recent call last):</div><div>  File &quot;bootstrap.py&quot;, line 2113, in &lt;module&gt;</div><div>    run()</div><div>  File &quot;bootstrap.py&quot;, line 2108, in run</div><div>    enable_shared=options.enable_shared,</div><div>  File &quot;bootstrap.py&quot;, line 1036, in run</div><div>    i.run()</div><div>  File &quot;bootstrap.py&quot;, line 189, in run</div><div>    raise RuntimeError(&quot;Could not run %s: File not found&quot; % executable)</div><div>RuntimeError: Could not run base\bin\python: File not found</div></div><div><br></div><div>What is it looking for? Please note: this is *not* a development machine.</div><div><br></div><div>Greetings</div><div>Horst</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 6 April 2017 at 10:17, R. D. Oeffner <span dir="ltr">&lt;<a href="mailto:rdo20@cam.ac.uk" target="_blank">rdo20@cam.ac.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Horst,<br>
<br>
I&#39;ll look into that. FYI you can also get Windows builds of CCTBX. See email below. You may have to resort using bundles from a few days ago because the two last nightly builds on windows are broken.<br>
<br>
Rob<br>
<br>
-----Original Message----- From: R. D. Oeffner<br>
Sent: Sunday, March 19, 2017 3:49 PM<br>
To: Billy Poon ; <a href="mailto:nwmoriarty@lbl.gov" target="_blank">nwmoriarty@lbl.gov</a><br>
Subject: Re: Windows builds for cctbx<br>
<br>
There should now be CCTBX builds for Windows in the most recent folders on<br>
<a href="http://cci.lbl.gov/cctbx_build" rel="noreferrer" target="_blank">http://cci.lbl.gov/cctbx_build</a> . They are just the sources and the build<br>
directory zipped into an archive and does not include an installation<br>
program like the graphical Phenix installer for Windows. Presumably people<br>
wanting to use only CCTBX are sufficiently computer savvy to cope with this.<br>
<br>
Rob<br>
<br>
<br>
-- <br>
Robert Oeffner, Ph.D.<br>
Research Associate, The Read Group<br>
Department of Haematology,<br>
Cambridge Institute for Medical Research<br>
University of Cambridge<br>
Cambridge Biomedical Campus<br>
Wellcome Trust/MRC Building<br>
Hills Road<br>
Cambridge CB2 0XY<br>
<br>
<a href="http://www.cimr.cam.ac.uk/investigators/read/index.html" rel="noreferrer" target="_blank">www.cimr.cam.ac.uk/investigato<wbr>rs/read/index.html</a><br>
tel: <a href="tel:%2B44%280%291223%20763234" value="+441223763234" target="_blank">+44(0)1223 763234</a><br>
mobile: <a href="tel:%2B44%280%297712%20887162" value="+447712887162" target="_blank">+44(0)7712 887162</a><br>
-----Original Message----- From: Horst Puschmann<br>
Sent: Thursday, April 6, 2017 9:59 AM<br>
To: <a href="mailto:cctbxbb@phenix-online.org" target="_blank">cctbxbb@phenix-online.org</a><br>
Subject: [cctbxbb] bootstrap.py on windows<div><div class="h5"><br>
<br>
<br>
Hello<br>
<br>
I am trying to install the cctbx on a Windows 7 64 bit machine using the following bootstrap.py file:<br>
<br>
<a href="https://raw.githubusercontent.com/cctbx/cctbx_project/master/libtbx/auto_build/bootstrap.py" rel="noreferrer" target="_blank">https://raw.githubusercontent.<wbr>com/cctbx/cctbx_project/master<wbr>/libtbx/auto_build/bootstrap.<wbr>py</a><br>
<br>
The script will fail, unless I comment out lines 1101 and 1102:<br>
<br>
   #if self.isPlatformWindows():<br>
     #tarurl, arxname, dirpath = MODULES.get_module(module)().g<wbr>et_tarauthenticated(auth=self.<wbr>get_auth())<br>
<br>
If it tries to execute the commented lines, the error will be &quot;KeyError: &#39;cciuser&#39; in line 590&quot;<br>
<br>
After commenting this out, it will fail in line 271, with &quot;AttributeError: &#39;module&#39; object has no attribute &#39;_create_unverified_context&#39;&quot;<br>
<br>
I can get round that with disabling line 247:<br>
<br>
     if sys.platform == &quot;win32&quot;:<br>
<br>
(i.e. change this to       if sys.platform == &quot;xxx&quot;:)<br>
<br>
<br>
After that, things start downloading. All appears well until the same thing happens again in another bootstrap.py file in \modules\cctbx_project\libtbx\<wbr>auto_build\bootstrap.py<br>
<br>
If I disable *that*, it goes further but fails finally with<br>
<br>
===== Running in build: run configure.py<br>
Traceback (most recent call last):<br>
 File &quot;bootstrap.py&quot;, line 2113, in &lt;module&gt;<br>
   run()<br>
 File &quot;bootstrap.py&quot;, line 2108, in run<br>
   enable_shared=options.enable_<wbr>shared,<br>
 File &quot;bootstrap.py&quot;, line 1036, in run<br>
   i.run()<br>
 File &quot;bootstrap.py&quot;, line 189, in run<br>
   raise RuntimeError(&quot;Could not run %s: File not found&quot; % executable)<br>
RuntimeError: Could not run base\bin\python: File not found<br>
<br>
<br>
I guess the automatic tests haven&#39;t picked this up, because no authentication is needed, maybe?<br>
<br>
Greetings<br>
Horst<br>
<br></div></div>
Virus-free. <a href="http://www.avg.com" rel="noreferrer" target="_blank">www.avg.com</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
cctbxbb mailing list<br>
<a href="mailto:cctbxbb@phenix-online.org" target="_blank">cctbxbb@phenix-online.org</a><br>
<a href="http://phenix-online.org/mailman/listinfo/cctbxbb" rel="noreferrer" target="_blank">http://phenix-online.org/mailm<wbr>an/listinfo/cctbxbb</a> <br>
</blockquote></div><br></div>