[Biopython] pro

Eric Talevich eric.talevich at gmail.com
Mon Apr 5 15:48:04 UTC 2010


2010/4/5 Björn Johansson <bjorn_johansson at bio.uminho.pt>

> Hi,
> I have a problem that may be related to biopython (or not).
> I have written a plugin for a cross platform program (Wikidpad) that relies
> on some biopython modules.
> I do the development on ubuntu 9.10 and have Wikidpad installed using wine
> to be able to test the functionality on windows.
>
> Under wine I have added the following code to make biopython installed
> under
> linux  available to the python interpreter (py2exe) under wine:
> [...]
>

It looks like spark relies on the docstrings in Bio.GenBank.LocationParser.
Is there anything in py2exe that would strip the docstrings from compiled
modules? Some optimizations do this -- I think "python -O3" strips
docstrings, for instance.

-Eric




More information about the Biopython mailing list