#43705: gobject-introspection 1.40.0_0 + universal build failure ------------------------------------+------------------------ Reporter: joshthealien@… | Owner: juanrgar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: gobject-introspection | ------------------------------------+------------------------ Comment (by juanrgar@…): After taking a look to the attached log it seems to me that this is not related to the gobject-introspection port. Apparently you have installed two "io" python modules that kind of conflict with each other: tempfile.py imports the io module, and the interpreter resolves it to "/System/Library/.../Extras/.../io". In my system, when I do "import io" it resolves to an "io" module under "/opt/local/Library/...". Can you import the "io" module from your python 2.7 interpreter? You should have an "io" module installed along with your macports python installation. So honestly I don't really know why the interpreter does not resolve "io" to the built-in module... Help from a python expert would be awesome. -- Ticket URL: <https://trac.macports.org/ticket/43705#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X