Skip to content

Compiling code using pyinstaller #4

@DragonlordNewb

Description

@DragonlordNewb

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions