Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

wine not found python and pyinstallier #7

Closed
gearcapitan opened this issue Apr 4, 2018 · 13 comments
Closed

wine not found python and pyinstallier #7

gearcapitan opened this issue Apr 4, 2018 · 13 comments

Comments

@gearcapitan
Copy link

I have perfectly installed Veil

kali_linux-2018-04-03-20-13-08
kali_linux-2018-04-03-20-13-22

@zeroSal
Copy link

zeroSal commented Apr 8, 2018

Same Problem....how can I solve it?

@oddcod3
Copy link
Owner

oddcod3 commented Apr 9, 2018

Open a terminal and type following commands:

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install wine32
Winecfg

Then:
Download python2.7.14.msi installer from python official website

Run on terminal: msiexec /i python2.7.14.msi (install for all user)

Install pip on wine

Run on terminal: wine python -m pip install pyinstaller

That's all

@gearcapitan
Copy link
Author

i cant push netx!!!
kali_linux-2018-04-09-12-26-07

kali_linux-2018-04-09-12-26-01

@gearcapitan
Copy link
Author

other error, ended prematurely
kali_linux-2018-04-09-13-07-26

@zeroSal
Copy link

zeroSal commented Apr 10, 2018

Can't install python2.7.14.msi, it doesn't anything with this command....
How can I solve it?

@zeroSal
Copy link

zeroSal commented Apr 11, 2018

I haven't solved yet.....help please...

@oddcod3
Copy link
Owner

oddcod3 commented Apr 11, 2018

@Anon-65535
Have you executed "wine msiexec /i python 2.7.14.msi" on terminal?

@zeroSal
Copy link

zeroSal commented Apr 11, 2018

Yes, it has not any kind of resoult.
The installer window doesn't appear...
I have Kali Rolling 2018.1

@oddcod3
Copy link
Owner

oddcod3 commented Apr 12, 2018

I've experienced this problem once
try to execute
wine msiexec /i python 2.7.14.msi ALLUSER=1

@zeroSal
Copy link

zeroSal commented Apr 12, 2018

Nothing to do!!
In your first post where you wrote Winecfg, did you mean winecfg?
If the answer is yes why i have to do it?

@zeroSal
Copy link

zeroSal commented Apr 21, 2018

I have found the solution....

dpkg --add-architecture i386
apt-get update
apt full-upgrade

Then
Download the Python 2.7.13 MSI installer, the x86 version!!

Then
wine msiexec /i python 2.7.13.msi
Next -> Next -> Install for all users

Then
wine python -m pip install pyinstaller

Now you can use Phantom Evasion without any problems!

Bye, I hope it's helpful!

@UN5T48L3
Copy link

UN5T48L3 commented Sep 9, 2018

@Anon-65535 It doesnt work for me. How can we fix it?

@zeroSal
Copy link

zeroSal commented Nov 17, 2018

@Anon-65535 It doesnt work for me. How can we fix it?

What is the problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants