<div>Indeed, plenty of warnings.. I'll check here as well, there should be a ignore statement somewhere in the code. </div>
<div class="mailbox_signature">
<br><br></div>
<br><br><div class="gmail_quote"><p>On Sun, Aug 30, 2015 at 2:09 PM, 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></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><p>Thanks Ben,<br><br>I'm not 100% clear if your machine is running Python in 32 or 64 bit<br>mode. How did you install Python 3.5.0rc2 itself?<br><br>At first glance there are main two issues here,<br><br>First the "echo" command does not seem to be available on your Windows<br>machine causing test_Application.py to fail. This is odd, but perhaps<br>depends on the version of Windows? What version of Windows is this?<br><br>Second some of the missing dependencies are not being skipped, but<br>treated as errors. e.g. Missing reportlab in test_KGML_graphics.py<br>raises MissingExternalDependencyError (it could use the more precise<br>subclass MissingPythonDependencyError), and missing MySQLdb in<br>test_DocSQL.py correctly raises MissingPythonDependencyError - but<br>this is not being detected in run_tests.py - we need to try the Python<br>3.5.0rc2 on another OS to investigate this.<br><br>There are also a lot more warnings in the output from the PDB code<br>that I would expect...<br><br>Peter<br><br>On Fri, Aug 28, 2015 at 8:36 PM, Ben Fulton &lt;ben@benfulton.net&gt; wrote:<br>&gt; It turned out to be not very difficult. I installed Visual Studio, Numpy<br>&gt; from Christoph Gohlke's wheel, and downloaded BioPython-1.65 and ran setup.<br>&gt; I ran the offline tests, which told me:<br>&gt;<br>&gt; Python version: 3.5.0rc2 (v3.5.0rc2:cc15d736d860, Aug 25 2015, 04:45:41)<br>&gt; [MSC v.1900 32 bit (Intel)]<br>&gt; Operating system: nt win32<br>&gt;<br>&gt; The most recent Windows XP - Python 3.3 build report  had 240 tests, all<br>&gt; passing; I had 237 tests with seven failures. I'll look further into the<br>&gt; differences. The test report is available here:<br>&gt;<br>&gt; https://iu.box.com/biopython-win-python35-test<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Fri, Aug 28, 2015 at 9:05 AM, Peter Cock &lt;p.j.a.cock@googlemail.com&gt;<br>&gt; wrote:<br>&gt;&gt;<br>&gt;&gt; Thanks Ben, any help here would be great:<br>&gt;&gt; https://github.com/biopython/biopython/issues/601<br>&gt;&gt;<br>&gt;&gt; If you can make notes on this, that would be wonderful.<br>&gt;&gt;<br>&gt;&gt; In the medium term, ideally we'd get another volunteer<br>&gt;&gt; Windows machine setup as a buildslave.<br>&gt;&gt; http://testing.open-bio.org/biopython/tgrid<br>&gt;&gt; http://biopython.org/wiki/Continuous_integration<br>&gt;&gt;<br>&gt;&gt; Also note this may have implications for 32 vs 64 bit<br>&gt;&gt; Windows builds, where AFAIK NumPy don't yet have<br>&gt;&gt; an official binary release (we would likely follow their<br>&gt;&gt; lead for 64bit builds).<br>&gt;&gt;<br>&gt;&gt; http://biopython.org/wiki/64-bit_Windows_Biopython<br>&gt;&gt;<br>&gt;&gt; Peter<br>&gt;&gt;<br>&gt;&gt; On Fri, Aug 28, 2015 at 1:43 PM, Ben Fulton &lt;ben@benfulton.net&gt; wrote:<br>&gt;&gt; &gt; I can have a go at getting this running on my Windows 8 machine. Not<br>&gt;&gt; &gt; sure<br>&gt;&gt; &gt; how much work it will be. Is there an issue open for it or anything?<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On Wed, Aug 26, 2015 at 10:57 AM, Peter Cock &lt;p.j.a.cock@googlemail.com&gt;<br>&gt;&gt; &gt; wrote:<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Hi Chris,<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; I'd like to retire this WinXP box, but not until I have another<br>&gt;&gt; &gt;&gt; Windows development machine setup (perhaps a VM).<br>&gt;&gt; &gt;&gt; For now it is handy for building our Biopython installers<br>&gt;&gt; &gt;&gt; for 32-bit windows, and as a buildbot slave, but its days<br>&gt;&gt; &gt;&gt; are numbered.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; I've not looked into how to install MSCV 14.0 but it would<br>&gt;&gt; &gt;&gt; not surprise me that it isn't available on Windows XP.<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Biopython would benefit from one or more developers<br>&gt;&gt; &gt;&gt; working primarily on Windows (which is what I did when<br>&gt;&gt; &gt;&gt; I first started).<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; Peter<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; On Wed, Aug 26, 2015 at 3:38 PM, Fields, Christopher J<br>&gt;&gt; &gt;&gt; &lt;cjfields@illinois.edu&gt; wrote:<br>&gt;&gt; &gt;&gt; &gt; Peter, Just a note on Windows XP and Python 3.5 support (under<br>&gt;&gt; &gt;&gt; &gt; 'Unsupported<br>&gt;&gt; &gt;&gt; &gt; Operating Systems’):<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; https://docs.python.org/3.6/whatsnew/3.5.html<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Not sure how this affects whether it actually would work on XP using<br>&gt;&gt; &gt;&gt; &gt; MS<br>&gt;&gt; &gt;&gt; &gt; Visual C++ 14.0 though; is it supported on that platform?<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; chris<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; On Aug 26, 2015, at 3:52 AM, Peter Cock &lt;p.j.a.cock@googlemail.com&gt;<br>&gt;&gt; &gt;&gt; &gt; wrote:<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Hello all,<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Python 3.5.0 rc 2 is out now, so we ought to be testing<br>&gt;&gt; &gt;&gt; &gt; Biopython with it:<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; https://www.python.org/downloads/release/python-350rc2/<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; However, this has deeper implications for compiling on<br>&gt;&gt; &gt;&gt; &gt; Windows - in addition to the email forwarded below, I<br>&gt;&gt; &gt;&gt; &gt; also saw this via Guido van Rossum's Twitter,<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; https://twitter.com/gvanrossum/status/636279572938428416<br>&gt;&gt; &gt;&gt; &gt; http://stevedower.id.au/blog/building-for-python-3-5/<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; The key point is for Python 3.5 on Windows builds now use<br>&gt;&gt; &gt;&gt; &gt; Microsoft Visual C++ 14.0, and extension modules should<br>&gt;&gt; &gt;&gt; &gt; use the same.<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; He notes that for the short term, there are likely to be<br>&gt;&gt; &gt;&gt; &gt; compatibility problems with mingw32 which we have also<br>&gt;&gt; &gt;&gt; &gt; used previously.<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Unless someone else volunteers, at some point I will have<br>&gt;&gt; &gt;&gt; &gt; to try installing MSVC 14.0 on my old Windows XP machine<br>&gt;&gt; &gt;&gt; &gt; which has been used for all our recent Biopython Windows<br>&gt;&gt; &gt;&gt; &gt; installers.<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Regards,<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Peter<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; ---------- Forwarded message ----------<br>&gt;&gt; &gt;&gt; &gt; From: Fernando Perez &lt;fperez.net@gmail.com&gt;<br>&gt;&gt; &gt;&gt; &gt; Date: Wed, Aug 26, 2015 at 6:24 AM<br>&gt;&gt; &gt;&gt; &gt; Subject: [Numpy-discussion] Python extensions for Python 3.5 - useful<br>&gt;&gt; &gt;&gt; &gt; info...<br>&gt;&gt; &gt;&gt; &gt; To: Discussion of Numerical Python &lt;numpy-discussion@scipy.org&gt;,<br>&gt;&gt; &gt;&gt; &gt; SciPy<br>&gt;&gt; &gt;&gt; &gt; Developers List &lt;scipy-dev@scipy.net&gt;, Core developer mailing list of<br>&gt;&gt; &gt;&gt; &gt; the Cython compiler &lt;cython-devel@python.org&gt;<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Just an FYI for the upcoming Python release, a very detailed post<br>&gt;&gt; &gt;&gt; &gt; from<br>&gt;&gt; &gt;&gt; &gt; Steve Dower, the Microsoft developer who is now in charge of the<br>&gt;&gt; &gt;&gt; &gt; Windows releases for Python, on how the build process will change in<br>&gt;&gt; &gt;&gt; &gt; 3.5 regarding extensions:<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; http://stevedower.id.au/blog/building-for-python-3-5/<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; Cheers,<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; f<br>&gt;&gt; &gt;&gt; &gt; --<br>&gt;&gt; &gt;&gt; &gt; Fernando Perez (@fperez_org; http://fperez.org)<br>&gt;&gt; &gt;&gt; &gt; fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)<br>&gt;&gt; &gt;&gt; &gt; fernando.perez-at-berkeley: contact me here for any direct mail<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt;&gt; &gt; NumPy-Discussion mailing list<br>&gt;&gt; &gt;&gt; &gt; NumPy-Discussion@scipy.org<br>&gt;&gt; &gt;&gt; &gt; http://mail.scipy.org/mailman/listinfo/numpy-discussion<br>&gt;&gt; &gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt;&gt; &gt; Biopython-dev mailing list<br>&gt;&gt; &gt;&gt; &gt; Biopython-dev@mailman.open-bio.org<br>&gt;&gt; &gt;&gt; &gt; http://mailman.open-bio.org/mailman/listinfo/biopython-dev<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt; &gt;<br>&gt;&gt; &gt;&gt;<br>&gt;&gt; &gt;&gt; _______________________________________________<br>&gt;&gt; &gt;&gt; Biopython-dev mailing list<br>&gt;&gt; &gt;&gt; Biopython-dev@mailman.open-bio.org<br>&gt;&gt; &gt;&gt; http://mailman.open-bio.org/mailman/listinfo/biopython-dev<br>&gt;&gt; &gt;<br>&gt;&gt; &gt;<br>&gt;<br>&gt;<br><br>_______________________________________________<br>Biopython-dev mailing list<br>Biopython-dev@mailman.open-bio.org<br>http://mailman.open-bio.org/mailman/listinfo/biopython-dev</p></blockquote></div><br>