fribbels / Fribbels-Epic-7-Optimizer

A gear optimizer for Epic Seven
491 stars 104 forks source link

why:importrange ModuleNotFoundError: Nomodule namedscapy.modules.six.moves #204

Open errorcode300 opened 10 months ago

errorcode300 commented 10 months ago

from scapy.all import File"D:Program Files\FribbelsE7Optimizer-Setup 1.9.1\datalpylscapylall.py", line 10, in from scapy.base classesimport File "D:\Program Files\FribbelsE7Optimizer-Setup- 1.9.1\datalpyscapy\base classes .py", line 30, in from scapy.modules.six.moves importrange ModuleNotFoundError: Nomodule namedscapy.modules.six.moves'

bstone-dev commented 3 months ago

This is probably from a file getting hosed in the py subdirectory. I'd download the code and replace that directory and try again.

Had this happen to me today, looked up the code and what it was referencing... and there was a missing six.py in the modules subdirectory for some reason. No idea how it disappeared.