[Python-de] Vorstellung und (leider) auch Problem mit xml.sax.expatreader
Thilo Rößler
el-nino at gmx.li
Thu Jan 2 16:38:42 EST 2003
Am Donnerstag, 2. Januar 2003 16:19 schrieb Gerson Kurz:
> Hast du vielleicht eine alte Version drauf? Was gibt den folgendes
> ~>python
> Python 2.2.2 (#1, Nov 15 2002, 07:49:04)
> [GCC 2.95.3-5 (cygwin special)] on cygwin
> Type "help", "copyright", "credits" or "license" for more information.
> >>> import xml.sax.expatreader
> >>> print xml.sax.expatreader.__file__
Das gibt folgendes aus:
/usr/lib/python2.2/site-packages/_xmlplus/sax/expatreader.pyc
> Bei dir aus? Die Ausgabe von
> >>> print dir(xml.sax.expatreader)
> wäre auch interessant.
['AttributesImpl', 'AttributesNSImpl', 'ExpatParser', 'SAXException',
'SAXNotRecognizedException', 'SAXNotSupportedException', 'SAXParseException',
'SAXReaderNotAvailable', '__builtins__', '__doc__', '__file__', '__name__',
'create_parser', 'expat', 'feature_external_ges', 'feature_external_pes',
'feature_namespace_prefixes', 'feature_namespaces',
'feature_string_interning', 'feature_validation', 'handler',
'property_xml_string', 'saxutils', 'string', 'version', 'xmlreader']
Sagt dir das was? (an meiner Fragestellung wirst du erkennen, dass mir das
leider nichts sagt)
Ich hoffe, die beiden Ausgaben bringen Licht ins Dunkel!
Schon mal vielen Dank
Thilo
More information about the Python-de
mailing list