Has anybody imported simplejson or json modules for use on the connectportx4 (Python version 2.4.3)?

Yes, we run simplejson on X4s, but it took a bit of hacking to make it work on such old Python.

I had to replace conditional operators (x = A if z else B ) in encoder.py and probably add lots of dependencies from the Python 2.3.4 libraries.