[Biopython-dev] Re: bug 37 (fwd)

Andrew Dalke dalke at dalkescientific.com
Wed Jul 11 05:31:03 EDT 2001


Iddo:
>Can anyone reproduce the segfault bug on python2.0?

The biopython.org machine is an Alpha machine running Linux
and Python 2.0 - no segfault:

[dalke at pw600a ~]$ uname -a
Linux pw600a.bioperl.org 2.2.14-6.0 #1 Tue Mar 28 16:56:56 EST 2000 alpha
unknown
[dalke at pw600a ~]$ python
Python 2.0 (#4, Dec  8 2000, 21:23:00)
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> from Bio import Seq
>>> l = Seq.MutableSeq('ACDEFGHIKL')
>>> print l
MutableSeq('ACDEFGHIKL', Alphabet())
>>> l
MutableSeq(array('c', 'ACDEFGHIKL'), Alphabet())
>>>

                    Andrew






More information about the Biopython-dev mailing list