Forum Replies Created
- AuthorPosts
False Genius
ParticipantThank you!
False Genius
ParticipantHi Diego,
What about QubesOs? Would it work on that. I have alfa awus036ach adapter that I recently bought. In order to access deep web, you people use the secured TAILS or QUBES, right? Whhich adapter do you use?
Ahmed.
September 30, 2020 at 2:28 pm in reply to: Social Engineering Lecture: Mail Delivery(email spoof) #46299False Genius
ParticipantAlright, thank you.
False Genius
False Genius
ParticipantHi 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, 5 months ago by
False Genius.
-
This reply was modified 4 years, 5 months ago by
False Genius.
False Genius
ParticipantFalse Genius
ParticipantFalse Genius
ParticipantHi,
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.False Genius
ParticipantYes,
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
False Genius
ParticipantHey,
When, I go for the option, “Install for all users”, it gives me the error, “Python installation ended prematurely because of an error”
False Genius
False Genius
ParticipantHi,
I removed that error as well. Now, there is only one error which is this:
C:/Python27\python.exe: No module named pip.Pip is installed though. Now what?
False Genius
False Genius
ParticipantRight! Since, there was no, ‘/Python27/python.exe’, in ‘/root/.wine’ which caused the error below:
wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’,
I copied the whole Python27 folder from windows machine to /root/.wine directory. Then, I used this command:
wine msiexec -i python-2.7.18.msi
to install python just for the current user, and not for all users. This removed that error and the error, “Python installation ended prematurely because of an error’False Genius
ParticipantHi, I am on the latest version.
So, I solved the error below:
wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’Now, I have this error:
root@kali:~/.wine/drive_c/Python27# wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller==3.5
Traceback (most recent call last):
File “C:\Python27\lib\runpy.py”, line 174, in _run_module_as_main
“__main__”, fname, loader, pkg_name)
File “C:\Python27\lib\runpy.py”, line 72, in _run_code
exec code in run_globals
File “C:\Python27\lib\site-packages\pip\__main__.py”, line 16, in <module>
from pip._internal import main as _main # isort:skip # noqa
File “C:\Python27\lib\site-packages\pip\_internal\__init__.py”, line 19, in <module>
from pip._vendor.urllib3.exceptions import DependencyWarning
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\__init__.py”, line 7, in <module>
from .connectionpool import (
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\connectionpool.py”, line 11, in <module>
from .exceptions import (
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\exceptions.py”, line 2, in <module>
from .packages.six.moves.http_client import (
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 203, in load_module
mod = mod._resolve()
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 115, in _resolve
return _import_module(self.mod)
File “C:\Python27\lib\site-packages\pip\_vendor\urllib3\packages\six.py”, line 82, in _import_module
__import__(name)
File “C:\Python27\lib\httplib.py”, line 80, in <module>
import mimetools
File “C:\Python27\lib\mimetools.py”, line 6, in <module>
import tempfile
File “C:\Python27\lib\tempfile.py”, line 35, in <module>
from random import Random as _Random
File “C:\Python27\lib\random.py”, line 887, in <module>
_inst = Random()
File “C:\Python27\lib\random.py”, line 97, in __init__
self.seed(x)
File “C:\Python27\lib\random.py”, line 115, in seed
a = long(_hexlify(_urandom(2500)), 16)
WindowsError: [Error -2146893801] Windows Error 0x80090017False Genius
False Genius
ParticipantHi Diego,
Veil is working properly. I selected, “Install for all users”. What can I do?
False Genius
False Genius
ParticipantHi Diego,
I tried this command:
wine /root/.wine/drive_c/Python27/python.exe -m pip install pyinstaller==3.5This gave me the following error:
wine: Cannot find ‘/root/.wine/drive_c/Python27/python.exe’I started looking for a solution online and found that this is because windows python hasn’t been installed properly so I did that by running the following command:
wine msiexec -i python-2.7.18.msi
Now, I am seeing another error: Python installation ended prematurely because of an error
What to do now?
False Genius
False Genius
ParticipantHi,
Sorry for asking this stupid question:
We have to run that command on windows or kali?False Genius
-
This reply was modified 4 years, 5 months ago by
- AuthorPosts