orf / xcat

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

Unable to run xcat #34

Closed zerodaywolf closed 4 years ago

zerodaywolf commented 4 years ago

I am unable to run xcat after installing it using "pip3 install xcat" . OS: Kali 5.2.0 (2019) Python version: 3.7.4 The module in the error is also present in my system. I have tried a lot but am unable to run xcat.

Screenshot from 2019-12-30 07-04-26

aram1s21 commented 4 years ago

Same for me. I solve the issue by downgrading the version. Not a solution but a workaround. pip3 uninstall prompt_toolkit pip3 install -Iv 'prompt_toolkit==2.0.10'

orf commented 4 years ago

Hey! Sorry about the inaction on this. I've pushed a new release that should now work correctly.

adamczi commented 4 years ago

Hi @orf , I use Python 3.7.6, installed latest xcat with pip (1.0.5) and I get the same error.

adamczi commented 4 years ago

Ok, sorry, I guess it's fine - tested on a very fresh Kali (with Python 3.7.6)