-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I'm using Pyinstaller to compile some scripts - the compiler runs fine on code without scapy, but I get a cryptic error message when i import it -
argval, argrepr = _get_const_info(arg, constants)
File "C:\Users\...\AppData\Local\Programs\Python\Python310\lib\dis.py", line 292, in _get_const_info
argval = const_list[const_index]
IndexError: tuple index out of range```
Metadata
Metadata
Assignees
Labels
No labels