[Biopython-dev] [Bug 2729] Importing Bio.SeqUtils before importing pylab gives a "Bus Error"

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Fri Jan 9 16:33:59 UTC 2009


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





------- Comment #2 from mdehoon at ims.u-tokyo.ac.jp  2009-01-09 11:33 EST -------
(In reply to comment #0)
> I use the newest cvs version of biopython (2009 Jan 09) and matplotlib 0.90.0
> The following two lines crash:
> 
> import Bio.SeqUtils
> import pylab
> 
What do you mean by crash?
Also, do you get the same problem with the latest matplotlib (0.98.4 I
believe)?
If

try:
    from Tkinter import *
except ImportError:
    pass
import pylab

crashes, then this is not a Biopython bug.


-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- 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