This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients blb, ned.deily, ronaldoussoren
Date 2012-09-12.07:55:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347436549.45.0.890199984494.issue5766@psf.upfronthosting.co.za>
In-reply-to
Content
This problem was caused by a conflict between the expat parser included with Python and the expat parser included with the MacPorts ports of the obsolete pyxml package.  The MacPorts project has subsequently deleted the py*-xml ports. A solution for this issue is to remove the obsolete port, something like:

    sudo port uninstall py26-xml

See https://trac.macports.org/ticket/32090 for a similar case and its resolution.
History
Date User Action Args
2012-09-12 07:55:49ned.deilysetrecipients: + ned.deily, ronaldoussoren, blb
2012-09-12 07:55:49ned.deilysetmessageid: <1347436549.45.0.890199984494.issue5766@psf.upfronthosting.co.za>
2012-09-12 07:55:28ned.deilylinkissue5766 messages
2012-09-12 07:55:28ned.deilycreate