gns24 / pydatomic

Python library for accessing the datomic DBMS
88 stars 16 forks source link

python3 incompatibilities? - ValueError: ('Unexpected character in edn', '{\n') #1

Open trevor opened 11 years ago

trevor commented 11 years ago

after running 2to3 getting:

File "/tmp/pydatomic/edn.py", line 172, in parser
    raise ValueError("Unexpected character in edn", c)
ValueError: ('Unexpected character in edn', '{\n')
gns24 commented 11 years ago

Hi Trevor, thanks for being, as far as I know, the first person to use any of my open source software! I couldn't reproduce the issue you have reported but I did have some other problems with Python 3. I've fixed those, so running 2to3 on edn.py should now give something that works. If you're still having issues then could you post the input that isn't parsing?

trevor commented 11 years ago

Hey @gns24, I'm sure someone else has used it in the past, you're listed on the edn-format wiki here https://github.com/edn-format/edn/wiki/Implementations :)