[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:27:08 UTC 2009


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





------- Comment #1 from biopython-bugzilla at maubp.freeserve.co.uk  2009-01-09 11:27 EST -------
i.e. these lines?

try:
    from Tkinter import *
except ImportError:
    pass

What happens with just "import Tkinter" on your machine?

Are you using the default Apple installed copy of python?

I can see why this might cause trouble if Tkinter does some initialisation at
import time.  Could you include the actual crash/traceback error please?

Note I see no crash on my MacOS machine (not sure which version of pylab) which
has Tkinter.  Nor do I see a crash on one of my linux machines (again, not sure
which pylab) which does NOT have TKinter.


-- 
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