Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • #45261
    False Genius
    Participant

    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 error

    False Genius

    #45300
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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 wine

    Then 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.8

    Then run install.sh script

    It should work.

    Let me know how it goes!
    Diego

    #45301
    False Genius
    Participant

    Hi,

    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.

    #45303
    False Genius
    Participant

    Hi,
    There is a new error in town:

    https://ibb.co/WvKWwLc

    False Genius

    #45333
    Diego PérezDiego Pérez
    Moderator

    Hi!
    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.
    Diego

    #45335
    False Genius
    Participant

    Hi,

    Check this:
    https://ibb.co/5hyGx8h

    False Genius

    #45340
    False Genius
    Participant

    Hi 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.html

    Step 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 3 years, 7 months ago by False Genius.
    • This reply was modified 3 years, 7 months ago by False Genius.
    #45509
    Diego PérezDiego Pérez
    Moderator

    Hi!
    Cool you got it!
    Diego

Viewing 8 posts - 16 through 23 (of 23 total)
  • You must be logged in to reply to this topic.