ich bin auf MAC umgestiegen, und habe nur Problemen mit Python und die
Installation von Module. Ich Hoffe hier kennt sich gut mit MAC OSX
aus.
Ich Versuche vor allem den PyXML module zu installiere und zwar habe
den üblichen
sudo python setup.py install
der c compiler habe ich aus developper tools cd installiert und gehe
davon aus dass es richtig ist, jedoch wenn ich ein "from
xml.dom.ext.reader import Sax2" sage, dann bekomme eine ordentliche
Fehler:
from xml.dom.ext.reader import Sax2
ImportError: No module named ext.reader
wieso das, wenn bei der installation alles ordentlich - zumindest in
meine Augen - lief?
eine ähnliche Problem habe ich mit dem mysqldb modul. ich habe
versucht erstmal die egg Datei zu installieren jedoch vergebens. Dann
auf ein Forumbeitrag habe ich gelesen dass durch ein Bug in macpython
2.5 das Problem liese sich lösen in dem die egg Datei in ein andere
kurze name umbenennt. Und so habe ich auch gemacht. Wurde installiert
jedoch
wenn ich import MySQLdb sage dann bekomme ich folgende Fehlermeldung:
dlopen(/Users/saverioscavelli/.python-eggs/MySQL_python-1.2.3c1-py2.5-
linux-i686.egg-tmp/_mysql.so, 2): no suitable image found.
wie lose ich das problem?
Vielen Dank.
Xaver
Protokoll instakllation von PyXML:
mymac-imac-2:PyXML-0.8.4 mymac$ sudo python setup.py install
running install
running build
running build_py
creating build
creating build/lib.macosx-10.5-i386-2.5
creating build/lib.macosx-10.5-i386-2.5/_xmlplus
copying xml/__init__.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus
copying xml/FtCore.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus
copying xml/ns.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/dom
copying xml/dom/__init__.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Attr.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/dom
copying xml/dom/CDATASection.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/CharacterData.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/Comment.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Document.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/DocumentFragment.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/DocumentType.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/DOMImplementation.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/domreg.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Element.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Entity.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/EntityReference.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/Event.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/expatbuilder.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/FtNode.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/javadom.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/MessageSource.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/minicompat.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/minidom.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/minitraversal.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/NamedNodeMap.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/NodeFilter.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/NodeIterator.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/NodeList.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Notation.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/ProcessingInstruction.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom
copying xml/dom/pulldom.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Range.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom
copying xml/dom/Text.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/dom
copying xml/dom/TreeWalker.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
copying xml/dom/xmlbuilder.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html
copying xml/dom/html/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/html
copying xml/dom/html/GenerateHtml.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/html
copying xml/dom/html/HTMLAnchorElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLAppletElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLAreaElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLBaseElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLBaseFontElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLBodyElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLBRElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLButtonElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLCollection.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLDirectoryElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLDivElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLDListElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLDocument.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/html
copying xml/dom/html/HTMLDOMImplementation.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLElement.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/html
copying xml/dom/html/HTMLFieldSetElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLFontElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLFormElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLFrameElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLFrameSetElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLHeadElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLHeadingElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLHRElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLHtmlElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLIFrameElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLImageElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLInputElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLIsIndexElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLLabelElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLLegendElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLLIElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLLinkElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLMapElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLMenuElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLMetaElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLModElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLObjectElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLOListElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLOptGroupElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLOptionElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLParagraphElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLParamElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLPreElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLQuoteElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLScriptElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLSelectElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLStyleElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableCaptionElement.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableCellElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableColElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableRowElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTableSectionElement.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTextAreaElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLTitleElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
copying xml/dom/html/HTMLUListElement.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/html
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext
copying xml/dom/ext/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext
copying xml/dom/ext/c14n.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
dom/ext
copying xml/dom/ext/Dom2Sax.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext
copying xml/dom/ext/Printer.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext
copying xml/dom/ext/Visitor.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext
copying xml/dom/ext/XHtml2HtmlPrinter.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext
copying xml/dom/ext/XHtmlPrinter.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/__init__.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/HtmlLib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/HtmlSax.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/PyExpat.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/Sax.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/Sax2.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/Sax2Lib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/dom/ext/reader
copying xml/dom/ext/reader/Sgmlop.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/dom/ext/reader
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/marshal
copying xml/marshal/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/marshal
copying xml/marshal/generic.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/marshal
copying xml/marshal/wddx.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
marshal
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/unicode
copying xml/unicode/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/unicode
copying xml/unicode/iso8859.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/unicode
copying xml/unicode/utf8_iso.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/unicode
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers
copying xml/parsers/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/parsers
copying xml/parsers/expat.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/parsers
copying xml/parsers/sgmllib.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/parsers
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/__init__.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/_outputters.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/catalog.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/charconv.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/dtdparser.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/errors.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/namespace.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/utils.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xcatalog.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xmlapp.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xmldtd.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xmlproc.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xmlutils.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
copying xml/parsers/xmlproc/xmlval.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/parsers/xmlproc
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/sax
copying xml/sax/__init__.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/_exceptions.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax
copying xml/sax/expatreader.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax
copying xml/sax/handler.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/sax2exts.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/saxexts.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/saxlib.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/saxutils.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/writer.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
sax
copying xml/sax/xmlreader.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax/drivers
copying xml/sax/drivers/drv_htmllib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_ltdriver.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_ltdriver_val.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_pyexpat.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_sgmllib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_sgmlop.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_xmldc.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax/drivers
copying xml/sax/drivers/drv_xmllib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_xmlproc.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_xmlproc_val.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/drv_xmltoolkit.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers
copying xml/sax/drivers/pylibs.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax/drivers
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_htmllib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_javasax.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_pyexpat.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_sgmllib.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_sgmlop.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_sgmlop_html.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
copying xml/sax/drivers2/drv_xmlproc.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/sax/drivers2
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/utils
copying xml/utils/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/utils
copying xml/utils/characters.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/utils
copying xml/utils/iso8601.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/utils
copying xml/utils/qp_xml.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
utils
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/schema
copying xml/schema/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/schema
copying xml/schema/trex.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
schema
creating build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath
copying xml/xpath/__init__.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/BuiltInExtFunctions.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/xpath
copying xml/xpath/Context.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/Conversions.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/CoreFunctions.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/ExpandedNameWrapper.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/xpath
copying xml/xpath/MessageSource.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/NamespaceNode.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/ParsedAbbreviatedAbsoluteLocationPath.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedAbbreviatedRelativeLocationPath.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedAbsoluteLocationPath.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedAxisSpecifier.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedExpr.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/ParsedNodeTest.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/ParsedPredicateList.py -> build/lib.macosx-10.5-
i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedRelativeLocationPath.py -> build/
lib.macosx-10.5-i386-2.5/_xmlplus/xpath
copying xml/xpath/ParsedStep.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/pyxpath.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/Set.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
xpath
copying xml/xpath/Util.py -> build/lib.macosx-10.5-i386-2.5/_xmlplus/
xpath
copying xml/xpath/XPathGrammar.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/XPathParser.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/XPathParserBase.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
copying xml/xpath/yappsrt.py -> build/lib.macosx-10.5-i386-2.5/
_xmlplus/xpath
running build_ext
building '_xmlplus.parsers.pyexpat' extension
creating build/temp.macosx-10.5-i386-2.5
creating build/temp.macosx-10.5-i386-2.5/extensions
creating build/temp.macosx-10.5-i386-2.5/extensions/expat
creating build/temp.macosx-10.5-i386-2.5/extensions/expat/lib
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -
DHAVE_MEMMOVE=1 -Iextensions/expat/lib -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -c extensions/
pyexpat.c -o build/temp.macosx-10.5-i386-2.5/extensions/pyexpat.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -
DHAVE_MEMMOVE=1 -Iextensions/expat/lib -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -c extensions/expat/
lib/xmlparse.c -o build/temp.macosx-10.5-i386-2.5/extensions/expat/lib/
xmlparse.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -
DHAVE_MEMMOVE=1 -Iextensions/expat/lib -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -c extensions/expat/
lib/xmlrole.c -o build/temp.macosx-10.5-i386-2.5/extensions/expat/lib/
xmlrole.o
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -
DHAVE_MEMMOVE=1 -Iextensions/expat/lib -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -c extensions/expat/
lib/xmltok.c -o build/temp.macosx-10.5-i386-2.5/extensions/expat/lib/
xmltok.o
gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
build/temp.macosx-10.5-i386-2.5/extensions/pyexpat.o build/
temp.macosx-10.5-i386-2.5/extensions/expat/lib/xmlparse.o build/
temp.macosx-10.5-i386-2.5/extensions/expat/lib/xmlrole.o build/
temp.macosx-10.5-i386-2.5/extensions/expat/lib/xmltok.o -o build/
lib.macosx-10.5-i386-2.5/_xmlplus/parsers/pyexpat.so -flat_namespace
building '_xmlplus.parsers.sgmlop' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
I/System/Library/Frameworks/Python.framework/Versions/2.5/include/
python2.5 -c extensions/sgmlop.c -o build/temp.macosx-10.5-i386-2.5/
extensions/sgmlop.o
extensions/sgmlop.c:715: warning: initialization from incompatible
pointer type
extensions/sgmlop.c:718: warning: 'intargfunc' is deprecated
extensions/sgmlop.c:718: warning: initialization from incompatible
pointer type
extensions/sgmlop.c:715: warning: initialization from incompatible
pointer type
extensions/sgmlop.c:718: warning: 'intargfunc' is deprecated
extensions/sgmlop.c:718: warning: initialization from incompatible
pointer type
gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
build/temp.macosx-10.5-i386-2.5/extensions/sgmlop.o -o build/
lib.macosx-10.5-i386-2.5/_xmlplus/parsers/sgmlop.so -flat_namespace
building '_xmlplus.utils.boolean' extension
gcc -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-
madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -
DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -arch i386 -arch ppc -pipe -
I/System/Library/Frameworks/Python.framework/Versions/2.5/include/
python2.5 -c extensions/boolean.c -o build/temp.macosx-10.5-i386-2.5/
extensions/boolean.o
gcc -Wl,-F. -bundle -undefined dynamic_lookup -arch i386 -arch ppc
build/temp.macosx-10.5-i386-2.5/extensions/boolean.o -o build/
lib.macosx-10.5-i386-2.5/_xmlplus/utils/boolean.so -flat_namespace
running build_scripts
creating build/scripts-2.5
copying and adjusting scripts/xmlproc_parse -> build/scripts-2.5
copying and adjusting scripts/xmlproc_val -> build/scripts-2.5
changing mode of build/scripts-2.5/xmlproc_parse from 644 to 755
changing mode of build/scripts-2.5/xmlproc_val from 644 to 755
running install_lib
creating /Library/Python/2.5/site-packages/_xmlplus
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus
creating /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Attr.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/CDATASection.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/CharacterData.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Comment.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Document.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/
DocumentFragment.py -> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/DocumentType.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/
DOMImplementation.py -> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/domreg.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Element.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Entity.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/EntityReference.py
-> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Event.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/expatbuilder.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
creating /Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/__init__.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/c14n.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/Dom2Sax.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/Printer.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom/ext
creating /Library/Python/2.5/site-packages/_xmlplus/dom/ext/reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
__init__.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
HtmlLib.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
HtmlSax.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
PyExpat.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/Sax.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/Sax2.py
-> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
Sax2Lib.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/reader/
Sgmlop.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext/reader
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/Visitor.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/
XHtml2HtmlPrinter.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/ext/
XHtmlPrinter.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/ext
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/FtNode.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
creating /Library/Python/2.5/site-packages/_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/__init__.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
GenerateHtml.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLAnchorElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLAppletElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLAreaElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLBaseElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLBaseFontElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLBodyElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLBRElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLButtonElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLCollection.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLDirectoryElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLDivElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLDListElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLDocument.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLDOMImplementation.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLFieldSetElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLFontElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLFormElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLFrameElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLFrameSetElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLHeadElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLHeadingElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLHRElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLHtmlElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLIFrameElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLImageElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLInputElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLIsIndexElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLLabelElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLLegendElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLLIElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLLinkElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLMapElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLMenuElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLMetaElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLModElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLObjectElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLOListElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLOptGroupElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLOptionElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLParagraphElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLParamElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLPreElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLQuoteElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLScriptElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLSelectElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLStyleElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableCaptionElement.py -> /Library/Python/2.5/site-packages/
_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableCellElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableColElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableRowElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTableSectionElement.py -> /Library/Python/2.5/site-packages/
_xmlplus/dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTextAreaElement.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom/html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLTitleElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/html/
HTMLUListElement.py -> /Library/Python/2.5/site-packages/_xmlplus/dom/
html
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/javadom.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/MessageSource.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/minicompat.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/minidom.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/minitraversal.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/NamedNodeMap.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/NodeFilter.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/NodeIterator.py -
> /Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/NodeList.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Notation.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/
ProcessingInstruction.py -> /Library/Python/2.5/site-packages/_xmlplus/
dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/pulldom.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Range.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/Text.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/TreeWalker.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/dom/xmlbuilder.py -> /
Library/Python/2.5/site-packages/_xmlplus/dom
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/FtCore.py -> /Library/
Python/2.5/site-packages/_xmlplus
creating /Library/Python/2.5/site-packages/_xmlplus/marshal
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/marshal/__init__.py -
> /Library/Python/2.5/site-packages/_xmlplus/marshal
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/marshal/generic.py -> /
Library/Python/2.5/site-packages/_xmlplus/marshal
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/marshal/wddx.py -> /
Library/Python/2.5/site-packages/_xmlplus/marshal
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/ns.py -> /Library/
Python/2.5/site-packages/_xmlplus
creating /Library/Python/2.5/site-packages/_xmlplus/parsers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/__init__.py -
> /Library/Python/2.5/site-packages/_xmlplus/parsers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/expat.py -> /
Library/Python/2.5/site-packages/_xmlplus/parsers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/pyexpat.so -> /
Library/Python/2.5/site-packages/_xmlplus/parsers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/sgmllib.py -> /
Library/Python/2.5/site-packages/_xmlplus/parsers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/sgmlop.so -> /
Library/Python/2.5/site-packages/_xmlplus/parsers
creating /Library/Python/2.5/site-packages/_xmlplus/parsers/xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
__init__.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
_outputters.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
catalog.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
charconv.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
dtdparser.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
errors.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
namespace.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
utils.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xcatalog.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xmlapp.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xmldtd.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xmlproc.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xmlutils.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/parsers/xmlproc/
xmlval.py -> /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc
creating /Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/_exceptions.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
creating /Library/Python/2.5/site-packages/_xmlplus/sax/drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
__init__.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_htmllib.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_ltdriver.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_ltdriver_val.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_pyexpat.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_sgmllib.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_sgmlop.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_xmldc.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_xmllib.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_xmlproc.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_xmlproc_val.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/
drv_xmltoolkit.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers/pylibs.py -
> /Library/Python/2.5/site-packages/_xmlplus/sax/drivers
creating /Library/Python/2.5/site-packages/_xmlplus/sax/drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
__init__.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_htmllib.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_javasax.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_pyexpat.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_sgmllib.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_sgmlop.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_sgmlop_html.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/drivers2/
drv_xmlproc.py -> /Library/Python/2.5/site-packages/_xmlplus/sax/
drivers2
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/expatreader.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/handler.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/sax2exts.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/saxexts.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/saxlib.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/saxutils.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/writer.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/sax/xmlreader.py -> /
Library/Python/2.5/site-packages/_xmlplus/sax
creating /Library/Python/2.5/site-packages/_xmlplus/schema
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/schema/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus/schema
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/schema/trex.py -> /
Library/Python/2.5/site-packages/_xmlplus/schema
creating /Library/Python/2.5/site-packages/_xmlplus/unicode
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/unicode/__init__.py -
> /Library/Python/2.5/site-packages/_xmlplus/unicode
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/unicode/iso8859.py -> /
Library/Python/2.5/site-packages/_xmlplus/unicode
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/unicode/utf8_iso.py -
> /Library/Python/2.5/site-packages/_xmlplus/unicode
creating /Library/Python/2.5/site-packages/_xmlplus/utils
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/utils/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus/utils
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/utils/boolean.so -> /
Library/Python/2.5/site-packages/_xmlplus/utils
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/utils/characters.py -
> /Library/Python/2.5/site-packages/_xmlplus/utils
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/utils/iso8601.py -> /
Library/Python/2.5/site-packages/_xmlplus/utils
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/utils/qp_xml.py -> /
Library/Python/2.5/site-packages/_xmlplus/utils
creating /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/__init__.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
BuiltInExtFunctions.py -> /Library/Python/2.5/site-packages/_xmlplus/
xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/Context.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/Conversions.py -
> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/CoreFunctions.py
-> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ExpandedNameWrapper.py -> /Library/Python/2.5/site-packages/_xmlplus/
xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/MessageSource.py
-> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/NamespaceNode.py
-> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedAbbreviatedAbsoluteLocationPath.py -> /Library/Python/2.5/site-
packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedAbbreviatedRelativeLocationPath.py -> /Library/Python/2.5/site-
packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedAbsoluteLocationPath.py -> /Library/Python/2.5/site-packages/
_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedAxisSpecifier.py -> /Library/Python/2.5/site-packages/_xmlplus/
xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/ParsedExpr.py -
> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedNodeTest.py -> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedPredicateList.py -> /Library/Python/2.5/site-packages/_xmlplus/
xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
ParsedRelativeLocationPath.py -> /Library/Python/2.5/site-packages/
_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/ParsedStep.py -
> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/pyxpath.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/Set.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/Util.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/XPathGrammar.py -
> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/XPathParser.py -
> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/
XPathParserBase.py -> /Library/Python/2.5/site-packages/_xmlplus/xpath
copying build/lib.macosx-10.5-i386-2.5/_xmlplus/xpath/yappsrt.py -> /
Library/Python/2.5/site-packages/_xmlplus/xpath
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/__init__.py
to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/Attr.py
to Attr.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
CDATASection.py to CDATASection.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
CharacterData.py to CharacterData.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
Comment.py to Comment.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
Document.py to Document.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
DocumentFragment.py to DocumentFragment.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
DocumentType.py to DocumentType.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
DOMImplementation.py to DOMImplementation.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
domreg.py to domreg.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
Element.py to Element.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
Entity.py to Entity.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
EntityReference.py to EntityReference.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/Event.py
to Event.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
expatbuilder.py to expatbuilder.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
c14n.py to c14n.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
Dom2Sax.py to Dom2Sax.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
Printer.py to Printer.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/HtmlLib.py to HtmlLib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/HtmlSax.py to HtmlSax.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/PyExpat.py to PyExpat.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/Sax.py to Sax.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/Sax2.py to Sax2.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/Sax2Lib.py to Sax2Lib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
reader/Sgmlop.py to Sgmlop.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
Visitor.py to Visitor.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
XHtml2HtmlPrinter.py to XHtml2HtmlPrinter.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/ext/
XHtmlPrinter.py to XHtmlPrinter.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
FtNode.py to FtNode.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
GenerateHtml.py to GenerateHtml.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLAnchorElement.py to HTMLAnchorElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLAppletElement.py to HTMLAppletElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLAreaElement.py to HTMLAreaElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLBaseElement.py to HTMLBaseElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLBaseFontElement.py to HTMLBaseFontElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLBodyElement.py to HTMLBodyElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLBRElement.py to HTMLBRElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLButtonElement.py to HTMLButtonElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLCollection.py to HTMLCollection.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLDirectoryElement.py to HTMLDirectoryElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLDivElement.py to HTMLDivElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLDListElement.py to HTMLDListElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLDocument.py to HTMLDocument.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLDOMImplementation.py to HTMLDOMImplementation.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLElement.py to HTMLElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLFieldSetElement.py to HTMLFieldSetElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLFontElement.py to HTMLFontElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLFormElement.py to HTMLFormElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLFrameElement.py to HTMLFrameElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLFrameSetElement.py to HTMLFrameSetElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLHeadElement.py to HTMLHeadElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLHeadingElement.py to HTMLHeadingElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLHRElement.py to HTMLHRElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLHtmlElement.py to HTMLHtmlElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLIFrameElement.py to HTMLIFrameElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLImageElement.py to HTMLImageElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLInputElement.py to HTMLInputElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLIsIndexElement.py to HTMLIsIndexElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLLabelElement.py to HTMLLabelElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLLegendElement.py to HTMLLegendElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLLIElement.py to HTMLLIElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLLinkElement.py to HTMLLinkElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLMapElement.py to HTMLMapElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLMenuElement.py to HTMLMenuElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLMetaElement.py to HTMLMetaElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLModElement.py to HTMLModElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLObjectElement.py to HTMLObjectElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLOListElement.py to HTMLOListElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLOptGroupElement.py to HTMLOptGroupElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLOptionElement.py to HTMLOptionElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLParagraphElement.py to HTMLParagraphElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLParamElement.py to HTMLParamElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLPreElement.py to HTMLPreElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLQuoteElement.py to HTMLQuoteElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLScriptElement.py to HTMLScriptElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLSelectElement.py to HTMLSelectElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLStyleElement.py to HTMLStyleElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableCaptionElement.py to HTMLTableCaptionElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableCellElement.py to HTMLTableCellElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableColElement.py to HTMLTableColElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableElement.py to HTMLTableElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableRowElement.py to HTMLTableRowElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTableSectionElement.py to HTMLTableSectionElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTextAreaElement.py to HTMLTextAreaElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLTitleElement.py to HTMLTitleElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/html/
HTMLUListElement.py to HTMLUListElement.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
javadom.py to javadom.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
MessageSource.py to MessageSource.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
minicompat.py to minicompat.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
minidom.py to minidom.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
minitraversal.py to minitraversal.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
NamedNodeMap.py to NamedNodeMap.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
NodeFilter.py to NodeFilter.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
NodeIterator.py to NodeIterator.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
NodeList.py to NodeList.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
Notation.py to Notation.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
ProcessingInstruction.py to ProcessingInstruction.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
pulldom.py to pulldom.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/Range.py
to Range.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/Text.py
to Text.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
TreeWalker.py to TreeWalker.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/dom/
xmlbuilder.py to xmlbuilder.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/FtCore.py to
FtCore.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/marshal/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/marshal/
generic.py to generic.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/marshal/
wddx.py to wddx.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/ns.py to
ns.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
expat.py to expat.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
sgmllib.py to sgmllib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/_outputters.py to _outputters.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/catalog.py to catalog.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/charconv.py to charconv.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/dtdparser.py to dtdparser.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/errors.py to errors.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/namespace.py to namespace.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/utils.py to utils.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xcatalog.py to xcatalog.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xmlapp.py to xmlapp.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xmldtd.py to xmldtd.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xmlproc.py to xmlproc.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xmlutils.py to xmlutils.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/parsers/
xmlproc/xmlval.py to xmlval.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/
_exceptions.py to _exceptions.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
__init__.py to __init__.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_htmllib.py to drv_htmllib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_ltdriver.py to drv_ltdriver.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_ltdriver_val.py to drv_ltdriver_val.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_pyexpat.py to drv_pyexpat.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_sgmllib.py to drv_sgmllib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_sgmlop.py to drv_sgmlop.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_xmldc.py to drv_xmldc.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_xmllib.py to drv_xmllib.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_xmlproc.py to drv_xmlproc.pyc
byte-compiling /Library/Python/2.5/site-packages/_xmlplus/sax/drivers/
drv_xmlproc_val.py to drv_xmlproc_val.pyc
> ich bin auf MAC umgestiegen, und habe nur Problemen mit Python und die
> Installation von Module. Ich Hoffe hier kennt sich gut mit MAC OSX
> aus.
>
> Ich Versuche vor allem den PyXML module zu installiere und zwar habe
Lass das einfach. Es ist AFAIK unmaintained, das letzte Release ist 5 Jahre
alt, und auch von der API her nicht wirklich schick.
Benutz das eingebaute ElementTree, oder die dazu API-kompatible
lxml2-Bibliothek. Letztere laeuft bei mir problemlos unter OSX.
> eine ähnliche Problem habe ich mit dem mysqldb modul. ich habe
> versucht erstmal die egg Datei zu installieren jedoch vergebens. Dann
> auf ein Forumbeitrag habe ich gelesen dass durch ein Bug in macpython
> 2.5 das Problem liese sich lösen in dem die egg Datei in ein andere
> kurze name umbenennt. Und so habe ich auch gemacht. Wurde installiert
> jedoch
> wenn ich import MySQLdb sage dann bekomme ich folgende Fehlermeldung:
> dlopen(/Users/saverioscavelli/.python-eggs/MySQL_python-1.2.3c1-py2.5-
> linux-i686.egg-tmp/_mysql.so, 2): no suitable image found.
> wie lose ich das problem?
Du kannst doch nicht ein *Linux*-egg unter OSX einfach durch umbenennen zum
laufen bringen. Sonst benenne ich CounterStrike.exe in CounterStrike.app
um, und bin gluecklich?!?
Bitte gib uns an, welches Python genau, welches egg bzw. welche Distribution
von mysqldb du wie versucht hast zu installieren.
MfG Diez
Ja, das hat mich auch schon frustriert. In einem Python-Cookbook
von O'Reilly war man so geil auf PyXML, dass mich die Realit�t
dann stark entt�uscht hat. Insbesondere bei einem
Windows-Projekt. :-/
--
Web (en): http://www.no-spoon.de/ -*- Web (de): http://www.frell.de/
Hast du schonmal auf das Jahr geschaut, wann das Buch erschienen ist?
Damals war XML einfach noch um einiges umstᅵndlicher als heute.
Stefan