orf / xcat

XPath injection tool
https://xcat.readthedocs.org/
MIT License
367 stars 74 forks source link

xcat-3.6-redesign-wtf prompt_toolkit issues #22

Closed dale-paul closed 5 years ago

dale-paul commented 6 years ago

The latest version of xcat does not work with prompt_toolkit==2.0.2. Had to roll it back to 1.0.9 manually to get the build to work. Recommend putting this version in your dependency list

lzskyline commented 6 years ago

I have tried to modify the code, have a try.

vratiskol commented 6 years ago

Temporary bypass to roll back:

pip install -e git+https://github.com/jonathanslenders/python-prompt-toolkit@1.0.15#egg=prompt_toolkit

@lzskyline: Try with last version with no luck

orf commented 5 years ago

I'm aware of this and I'm working on it. I've redesigned the internals, current master is working-ish but still needs work (OOB and shell).

orf commented 5 years ago

Hello, I've just released xcat 1.0 on pypi 🎉 . I've redesigned the CLI and it now all works. Please see the updated README for information.

I'm working on the documentation now. Please open an issue if you run into trouble.