lambdamusic / Ontospy

Python library and command-line interface for inspecting and visualizing RDF models aka ontologies.
http://lambdamusic.github.io/Ontospy/
MIT License
219 stars 52 forks source link

Readline problems with windows #21

Closed cthoyt closed 7 years ago

cthoyt commented 7 years ago

We can't use OntoSpy on windows because readline doesn't work. Possible fixes:

  1. Remove readline dependency. As of now it just looks like it's being used for shell autocompletion and the code will not suffer (add to optional dependencies)
  2. Switch readline dependency to pyreadline. See: http://stackoverflow.com/questions/6024952/readline-functionality-on-windows-with-python-2-7