quantumcore / paradoxiaRAT

ParadoxiaRat : Native Windows Remote access Tool.

Home Page:https://quantumcored.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import error

MircoCagni opened this issue · comments

paradoxia> help
Traceback (most recent call last):
File "paradoxia", line 18, in
main()
File "paradoxia", line 16, in main
console()
File "/home/mirco/Documenti/paradoxia/kernel/pdmain.py", line 372, in console
args = command.split()
AttributeError: '_Helper' object has no attribute 'split'

commented

Did you run it like this :

cd paradoxia
python3 -m pip install -r requirements.txt
chmod +x paradoxia
sudo ./paradoxia

I can't reproduce the error, Can you tell me how you're running it? Do you have all modules installed? And what's your Operating system?

Did you run it like this :

cd paradoxia
python3 -m pip install -r requirements.txt
chmod +x paradoxia
sudo ./paradoxia

I can't reproduce the error, Can you tell me how you're running it? Do you have all modules installed? And what's your Operating system?

Nvm last night I have resolve it ty a lot

commented

what was the error solution?