[MacPorts] #45873: root5: ImportError about __builtin__ on Python 3
MacPorts
noreply at macports.org
Thu Nov 13 00:54:54 PST 2014
#45873: root5: ImportError about __builtin__ on Python 3
------------------------------+--------------------------------
Reporter: Deil.Christoph@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Keywords: | Port: root5
------------------------------+--------------------------------
I installed root5 +python34 on Mac OS X 10.10.
Trying to import ROOT in Python gives this error:
{{{
$ python -c 'import ROOT'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4
/site-packages/ROOT.py", line 341, in <module>
import __builtin__
ImportError: No module named '__builtin__'
}}}
Is this a ROOT bug or a problem with how it's configured in Macports?
--
Ticket URL: <https://trac.macports.org/ticket/45873>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list