I seem to be having troubles running py scripts with error:
Traceback (most recent call last):
File "./sniffer.py", line 9, in
from builtins import *
ImportError: No module named builtins
I installed argparse and future modules which as internet says should fix the error but no success.
Installing builtins has no distribution found,
Anyone has a suggestion to fix this?
Will there also be a version to support python 3?
Thank you in advance.
I seem to be having troubles running py scripts with error:
Traceback (most recent call last):
File "./sniffer.py", line 9, in
from builtins import *
ImportError: No module named builtins
I installed argparse and future modules which as internet says should fix the error but no success.
Installing builtins has no distribution found,
Anyone has a suggestion to fix this?
Will there also be a version to support python 3?
Thank you in advance.