[Biopython-dev] [Bug 1771] need some file from some xml module ?

bugzilla-daemon at portal.open-bio.org bugzilla-daemon at portal.open-bio.org
Fri Apr 22 09:31:27 EDT 2005


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





------- Additional Comments From mdehoon at ims.u-tokyo.ac.jp  2005-04-22 09:31 -------
Which Python version are you using? See:

samma{mdehoon}8: python1.5
Python 1.5.2 (#1, Nov 28 2001, 02:33:46)  [GCC 2.95.3 20010315 (release)] on sun
os5
Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam
>>> from xml.sax import saxutils
Traceback (innermost last):
  File "<stdin>", line 1, in ?
ImportError: No module named xml.sax
>>> ^D
samma{mdehoon}9: python2.2
Python 2.2.2 (#1, Jan 24 2003, 17:26:30)
[GCC 2.95.3 20010315 (release)] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> from xml.sax import saxutils
>>> ^D
samma{mdehoon}10:



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