Follow-up Comment #1, bug #19799 (project mypaint):

Look this code please

try:
    import json
except ImportError:
    try:
        import simplejson as json
    except ImportError:
        print 'The Python simplejson module is required'
        sys.exit(1)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?19799>

_______________________________________________
  Mensaje enviado vía/por Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to