I am using python3 to install ScapyLibrary, but install fail.
The error message as follows
execfile(join(dirname(abspath(file)), 'src', 'ScapyLibrary', 'version.py'))
NameError: name 'execfile' is not defined
I think the root cause is execfile is removed in python3. Is it correct?
Could you help me to install this?
Thank you very much.
I am using python3 to install ScapyLibrary, but install fail.
The error message as follows
execfile(join(dirname(abspath(file)), 'src', 'ScapyLibrary', 'version.py'))
NameError: name 'execfile' is not defined
I think the root cause is execfile is removed in python3. Is it correct?
Could you help me to install this?
Thank you very much.