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

No such file or directory #81

Open
aaaaajie opened this issue Jul 24, 2020 · 1 comment
Open

No such file or directory #81

aaaaajie opened this issue Jul 24, 2020 · 1 comment

Comments

@aaaaajie
Copy link

Problems encountered when using Windows modules

Traceback (most recent call last):
File "./phantom-evasion.py", line 402, in
CompleteMenu()
File "./phantom-evasion.py", line 125, in CompleteMenu
Phantom_lib.ModuleLauncher(module_type)
File "Setup/Phantom_lib.py", line 943, in ModuleLauncher
AutoCompiler(M_type,ModOpt)
File "Setup/Phantom_lib.py", line 251, in AutoCompiler
subprocess.call([Compiler,ModOpt["Resfile"],'Source.c','-o',ModOpt["Outfile"],'-mwindows','-Wno-cpp'])
File "/usr/lib/python2.7/subprocess.py", line 172, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 394, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

@KaiserClement
Copy link

You have to use python 3 so that it works.
So first update your python and then type this in phantom-evasion's working directory -> python3 phantom-evasion.py

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

2 participants