#35603: pango: ImportError: dlopen(/opt/local/lib/gobject- introspection/giscanner/_giscanner.so, 2): Symbol not found: _PyUnicodeUCS2_AsUTF8String ------------------------------------+--------------------------------------- Reporter: marco.stagno@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: pango ------------------------------------+--------------------------------------- Comment(by cal@…): Apparently you have python installed with the `+ucs4` variant, but gobject-introspection(?) built against python +ucs2 (because you probably downloaded it from the buildbot). Can you try rebuilding gobject-introspection from source, cleaning pango and trying again: {{{ port -sn upgrade --force gobject-introspection port clean pango port install/upgrade pango }}} -- Ticket URL: <https://trac.macports.org/ticket/35603#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS