[Biopython] biopython-1.53.win-amd64-py2.6

Christoph Gohlke cgohlke at uci.edu
Tue Dec 15 18:22:23 UTC 2009



On 12/15/2009 9:49 AM, Peter wrote:
> On Tue, Dec 15, 2009 at 5:17 PM, Christoph Gohlke<cgohlke at uci.edu>  wrote:
>> Hello,
>>
>> I have built biopython 1.53 for 64-bit Python 2.6 for Windows using Visual
>> Studio 2008. The test output is attached. The installer is at
>> <http://www.lfd.uci.edu/~gohlke/pythonlibs/#biopython>
>
> Nice :)
>
> Was this with NumPy 1.4.0rc2?
Yes, numpy-1.4.0rc2.dev7996, also available on the same download page.

>
> The fact that test_GraphicsBitmaps.py failed with a font problem
> is indicative of something not quite right in ReportLab and/or PIL.
> This is almost certainly not a Biopython problem.
>
OK, I will check Reportlab and PIL. I now remember seeing some font 
loading issues with PIL 1.1.7 in other packages even though all internal 
tests pass.

> A couple of SCOP tested failed - could you run unix2dos (or
> similar) on Tests/SCOP/*.txt and Tests/SCOP/scopseq-test/*.txt
> and retest? That "fixes" it on win32.
>
That worked. The font error is now the only failing test.

> Also what does this do on your Windows 64bit python?
>
>>>> import sys
>>>> sys.platform
> 'win32'
'win32' is correct.
I use "'64 bit' in sys.version" to check for a 64 bit version at runtime.

>
> I've seen threads discussing if it should return "win64" or
> "win32", but the simplest way to check is try it and see.
>

Thank you. Feel free to redistribute the installer if you think it is 
good enough.

Christoph




More information about the Biopython mailing list