1 | initial version |
You don't happen to have a space in the name of your build directory, do you? https://gitlab.com/wireshark/wireshark/-/issues/17487
That's not a problem in any supported version, but it does cause that error in 3.4 and earlier.
2 | No.2 Revision |
You don't happen to have a space in the name of your build directory, do you? https://gitlab.com/wireshark/wireshark/-/issues/17487
That's not a problem in any supported version, but it does cause that error in 3.4 and earlier.
The other problem is that LocatePyrhonModule
doesn't work on Python 3.12 because of 3.12 removing a Python midule used by it. LocatePythonModule
was remover for that reason and others from Wireshark 3.6 and later, but as 3.4 was out of support when Python 3.12 was released you'll have to backport that change: https://gitlab.com/wireshark/wireshark/-/issues/19395#note_1618727294
3 | No.3 Revision |
You don't happen to have a space in the name of your build directory, do you? https://gitlab.com/wireshark/wireshark/-/issues/17487
That's not a problem in any supported version, but it does cause that error in 3.4 and earlier.
The other problem is that LocatePyrhonModule
doesn't work on Python 3.12 because of 3.12 removing a Python midule used by it. LocatePythonModule
was remover removed for that reason and others from Wireshark 3.6 and later, but as 3.4 was out of support when Python 3.12 was released you'll have to backport that change: https://gitlab.com/wireshark/wireshark/-/issues/19395#note_1618727294