- This topic has 22 replies, 2 voices, and was last updated 4 years, 2 months ago by Diego Pérez.
- AuthorPosts
- September 8, 2020 at 9:56 am #45261False GeniusParticipant
Yes,
I tried the 2.7.14 version. It only installs properly when I choose, “Install for current user only”. There is no pip which throws an errorFalse Genius
September 9, 2020 at 2:56 am #45300Diego PérezModeratorHi!
I have just tried it and was able to install windows python interpreter in custom kali for all users, I tested both 2.7.14 and 2.7.18. Will suggest to try in fresh custom kali, just for testing, so there’s no need to remove your current kali.
You’ll need to install wine, so run:apt update
apt install -y aptitude
aptitude install -y wineThen you can edit Zlogger’s install.sh script, in the code line where it is installing windows dependencies add the proper versions, like:
pyinstaller==3.6 pynput==1.6.8Then run install.sh script
It should work.
Let me know how it goes!
DiegoSeptember 9, 2020 at 6:43 am #45301False GeniusParticipantHi,
It actually worked in kali account. It doesn’t work on root account. I wonder why…
Well, as long as it works, no matter what account it is, I am satisfied. Thank you.September 9, 2020 at 7:45 am #45303False GeniusParticipantSeptember 10, 2020 at 5:21 am #45333Diego PérezModeratorHi!
Yeah, that error isrelated to be kali user. You’ll need to be root user.
Are you sure you are using the latest custom kali image provided by Zaid?
Did you try what I mentioned?Let me know.
DiegoSeptember 10, 2020 at 6:26 am #45335False GeniusParticipantSeptember 10, 2020 at 10:11 am #45340False GeniusParticipantHi Diego!
I fixed all errors. There aren’t any errors now.
Step 1: I followed whatever was on this website since someone had the same issue:
https://forums.kali.org/archive/index.php/t-46464.htmlStep 2:
This didn’t work. Then, I tried this command:winetricks -q mdac28
Now, everything works. Both steps did something, I guess
Thank you,
False Genius- This reply was modified 4 years, 2 months ago by False Genius.
- This reply was modified 4 years, 2 months ago by False Genius.
September 11, 2020 at 12:17 am #45509Diego PérezModeratorHi!
Cool you got it!
Diego - AuthorPosts
- You must be logged in to reply to this topic.