<div dir="ltr"><p dir="ltr">Also for a fix, i haven&#39;t tried this yet but my guess is the mysql-connector-python update is returning bytearrays (maybe a python3 move?). So we need to wrap the cursor for each result. Currently, we check if each element is of type bytes, which is an str but a bytearray is an array of ints. So we should be doing something like if isinstance(xxx[], (bytes, int)): xxx[0].decode(&#39;utf-8&#39;)</p>
<p dir="ltr">Sent from my phone.</p>
<div class="gmail_quote">On Oct 9, 2014 6:04 PM, &quot;Peter Cock&quot; &lt;<a href="mailto:p.j.a.cock@googlemail.com" target="_blank">p.j.a.cock@googlemail.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Oct 9, 2014 at 6:27 PM, Chris Mitchell &lt;<a href="mailto:chris.mit7@gmail.com" target="_blank">chris.mit7@gmail.com</a>&gt; wrote:<br>
&gt; Have you tried specifying the working version of mysql-connector-python with<br>
&gt; pip?<br>
&gt;<br>
&gt; ie. pip install mysql-connector-python==xxx<br>
<br>
No, but that might be nicer in the short term than simply skipping<br>
installing and testing with mysql-connector-python on TravisCI.<br>
<br>
<a href="https://github.com/biopython/biopython/commit/4d54e46549df2a6cfc9815af38066ede1ce7f280" target="_blank">https://github.com/biopython/biopython/commit/4d54e46549df2a6cfc9815af38066ede1ce7f280</a><br>
<a href="https://github.com/biopython/biopython/issues/370" target="_blank">https://github.com/biopython/biopython/issues/370</a><br>
<br>
Anyone can fork Biopython, enable TravisCI on your fork, and<br>
then try modifying the .travis.yml file to test this... ;)<br>
<br>
Peter<br>
</blockquote></div>
</div>