[Biopython-dev] [Bug 1684] Error in Compiling DNAUtils

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Wed Aug 25 11:10:32 EDT 2004


http://bugzilla.open-bio.org/show_bug.cgi?id=1684





------- Additional Comments From f.sohm at whsmithnet.co.uk  2004-08-25 11:10 -------
The problem come from the Python version used.

I installed 2.2 back and tested the install with 2.2 and it break as described.

Upgrading python is certainly the best thing to do.

If you can't update comment the lines 437 to 439 of setup.py this will allow the
install to proceed. This will break Restriction, but it would not have worked
under Python2.2 anyway. The lines to comment are :

        Extension('Bio.Restriction.DNAUtils',
               ['Bio/Restriction/DNAUtils.c']
               ), 



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the Biopython-dev mailing list