[issue5766] Mac/scripts/BuildApplet.py reset of sys.executable during install can cause it to use wrong modules

Ned Deily report at bugs.python.org
Wed Sep 12 09:55:49 CEST 2012


Ned Deily added the comment:

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.

----------
nosy: +ned.deily
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5766>
_______________________________________


More information about the Python-bugs-list mailing list