<div dir="ltr">I downloaded the ZIP file rather than check out from Github, but yes, otherwise that&#39;s exact;y what I did.<div class="gmail_extra"><br></div><div class="gmail_extra">Ben Fulton</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 28, 2015 at 6:53 AM, Peter Cock <span dir="ltr">&lt;<a href="mailto:p.j.a.cock@googlemail.com" target="_blank">p.j.a.cock@googlemail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Ben,<br>
<br>
Did you essentially do this (or similar to get a clean folder):<br>
<br>
git clone git@github.com:biopython/biopython.git<br>
cd biopython<br>
git checkout biopython-166<br>
C:\Python35\python setup.py bdist_wininst<br>
C:\Python35\python setup.py bdist_msi<br>
<br>
Do we need to update the instructions here for Python 3.5 on<br>
Windows?: <a href="http://biopython.org/wiki/Building_a_release" rel="noreferrer" target="_blank">http://biopython.org/wiki/Building_a_release</a><br>
<br>
It would be best for someone with access to the <a href="http://biopython.org" rel="noreferrer" target="_blank">biopython.org</a><br>
(so me, Michiel, Brad, Tiago, etc) to upload them under<br>
<a href="http://biopython.org/DIST/" rel="noreferrer" target="_blank">http://biopython.org/DIST/</a> and then we can update the download<br>
wiki page to link to that (which currently will take a Yahoo OpenID<br>
but not Google as they dropped support for the older API. Sigh).<br>
<br>
***<br>
But before that, could someone double check these work nicely?<br>
***<br>
<br>
I can think of a postdoc here who could do that for me, but he&#39;s<br>
out of the office today.<br>
<br>
I downloaded them to my Mac, and the file sizes are as expected.<br>
On Linux I&#39;d use md5sum, the Mac equivalent formats its output<br>
a little differently but here are the checksums I see:<br>
<br>
$ md5 biopython-1.66.win32-py3.5.*<br>
MD5 (biopython-1.66.win32-py3.5.exe) = dcc6e61ee98e459147884eb293860bce<br>
MD5 (biopython-1.66.win32-py3.5.msi) = 84b34f3cad695c71e25f5170fbdeec10<br>
<span class="HOEnZb"><font color="#888888"><br>
Peter<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, Oct 28, 2015 at 3:48 AM, Ben Fulton &lt;<a href="mailto:ben@benfulton.net">ben@benfulton.net</a>&gt; wrote:<br>
&gt; I built 32-bit Windows installers for Python 3.5.<br>
&gt;<br>
&gt; EXE: <a href="https://iu.box.com/s/kmf9h3ypcqe5apr6ay0jk4elcdg6kvyc" rel="noreferrer" target="_blank">https://iu.box.com/s/kmf9h3ypcqe5apr6ay0jk4elcdg6kvyc</a><br>
&gt;<br>
&gt; MSI: <a href="https://iu.box.com/s/zm8wvpftu3j1228ss6kq783s874h79ba" rel="noreferrer" target="_blank">https://iu.box.com/s/zm8wvpftu3j1228ss6kq783s874h79ba</a><br>
&gt;<br>
&gt; Would it be best to upload the files to the BioPython wiki? I couldn&#39;t get<br>
&gt; my Google OpenID&#39;s to work there, but I have others around, I&#39;m sure.<br>
&gt;<br>
&gt; Ben Fulton<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Tue, Oct 27, 2015 at 4:56 AM, Peter Cock &lt;<a href="mailto:p.j.a.cock@googlemail.com">p.j.a.cock@googlemail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Thanks Tiago &amp; Ben,<br>
&gt;&gt;<br>
&gt;&gt; For now we&#39;re leaving the 64bit builds to Christoph Gohlke since<br>
&gt;&gt; that ensures they&#39;ll be consistent with his NumPy packages (and<br>
&gt;&gt; so far there are no official NumPy Windows 64-bit installers).<br>
&gt;&gt; But there is demand for the 32bit Windows installers :)<br>
&gt;&gt;<br>
&gt;&gt; For Appveyor there was an interesting thread on the NumPy<br>
&gt;&gt; list this summer with links to example projects using it:<br>
&gt;&gt; <a href="https://mail.scipy.org/pipermail/numpy-discussion/2015-March/072391.html" rel="noreferrer" target="_blank">https://mail.scipy.org/pipermail/numpy-discussion/2015-March/072391.html</a><br>
&gt;&gt;<br>
&gt;&gt; Using AppVeyor to build our Windows installers for us seems like<br>
&gt;&gt; an interesting idea - at very least I would be pleased to have it<br>
&gt;&gt; doing continuous integration testing under Windows :)<br>
&gt;&gt;<br>
&gt;&gt; Ben&#39;s branch is currently here:<br>
&gt;&gt; <a href="https://github.com/benfulton/biopython/tree/appveyor" rel="noreferrer" target="_blank">https://github.com/benfulton/biopython/tree/appveyor</a><br>
&gt;&gt;<br>
&gt;&gt; Peter<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Oct 26, 2015 at 11:24 PM, Tiago Antão &lt;<a href="mailto:tiagoantao@gmail.com">tiagoantao@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; I currently do not have a windows machine at alk. But I do expect to<br>
&gt;&gt; &gt; receive<br>
&gt;&gt; &gt; a windows 10 in the next couple of weeks.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Oct 26, 2015 11:36 AM, &quot;Ben Fulton&quot; &lt;<a href="mailto:ben@benfulton.net">ben@benfulton.net</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Yes, I&#39;ll take a look at that. I used Appveyor to build Windows 32 and<br>
&gt;&gt; &gt;&gt; 64-bit installers with Python 3.5 already<br>
&gt;&gt; &gt;&gt; (<a href="https://ci.appveyor.com/project/benfulton/biopython/build/1.0.18" rel="noreferrer" target="_blank">https://ci.appveyor.com/project/benfulton/biopython/build/1.0.18</a>) but<br>
&gt;&gt; &gt;&gt; that<br>
&gt;&gt; &gt;&gt; wasn&#39;t with the 1.66 code.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Ben Fulton<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div>