[Biopython-dev] [Bug 2361] Test Suite Failures from Martel/Sax with egenix mxTextTools 3.0
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Wed Sep 12 09:29:15 UTC 2007
http://bugzilla.open-bio.org/show_bug.cgi?id=2361
------- Comment #11 from biopython-bugzilla at maubp.freeserve.co.uk 2007-09-12 05:29 EST -------
We could add an mxTextTools version check to Martel/setup.py using something
like this:
from mx import TextTools
good = int(TextTools.__version__.split(".")[0]) < 3
Note - I would just print a warning rather than refusing to install.
Possibly do a run-time check in Martel/Parser.py, Generate.py and
RecordReader.py and raise an ImportError?
--
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