[MacPorts] #35793: webkit-gtk @1.8.2_2 +quartz +video "ImportError: No module named simplejson"

MacPorts noreply at macports.org
Thu Aug 23 01:05:21 PDT 2012


#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


More information about the macports-tickets mailing list