[MacPorts] #45553: py-lxml @3.3.5 Bus error from lxml after importing tkinter
MacPorts
noreply at macports.org
Tue Oct 21 20:24:55 PDT 2014
#45553: py-lxml @3.3.5 Bus error from lxml after importing tkinter
-----------------------------+--------------------------------
Reporter: radaroutthere@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Keywords: | Port: py-lxml
-----------------------------+--------------------------------
The following Python code generates 'Bus error: 10' -
{{{
import tkinter
from lxml import etree
root = etree.Element('test')
xml = etree.tostring(root)
}}}
If I reverse the order of the imports, the problem doesn't occur.
Yosemite. Reproduced under both Python 2.7 and 3.4 (adjusting the name of
the tkinter module, naturally). I have tried uninstalling and re-
installing lxml.
--
Ticket URL: <https://trac.macports.org/ticket/45553>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list