#35793: webkit-gtk @1.8.2_2 +quartz +video "ImportError: No module named simplejson" -------------------------------+-------------------------------------------- Reporter: sasoph@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: webkit-gtk -------------------------------+-------------------------------------------- Comment(by jeremyhu@…): It is using simplejson if json fails to import: {{{ try: import json except ImportError: import simplejson as json }}} ... perhaps we need to force it to use /usr/bin/python when building... -- Ticket URL: <https://trac.macports.org/ticket/35793#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS