pyclj icon indicating copy to clipboard operation
pyclj copied to clipboard

No module named 'cStringIO'

Open trevor opened this issue 11 years ago • 3 comments

>>> import clj
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.3/site-packages/clj.py", line 47, in <module>
    from cStringIO import StringIO
ImportError: No module named 'cStringIO'

trevor avatar Mar 30 '13 00:03 trevor

Yes, currently pyclj is not fully compatible with python 3.x. The master branch and current releases are only working with python 2.x

I have an unstable branch for python 3.x which you can checkout.

sunng87 avatar Mar 30 '13 11:03 sunng87

is there an ETA on when this package will support python3?

bkhouri avatar Nov 27 '18 14:11 bkhouri

@bkhouri https://github.com/swaroopch/edn_format is actively being developed

trevor avatar Nov 27 '18 15:11 trevor