Closed praveenHp closed 9 years ago
Oh, I never even knew WIRESHARK_RUN_FROM_BUILD_DIRECTORY exists, so I never tried to support it.
Copying the python folder manually into wireshark-1.12.4/python (so it's wireshark-1.12.4/python/cal) may work.
I'll try the hack but what is the other way? make install
??
yup
Thanks. I used make install
and it worked
Great :)
Hi,
Firstly, apologies for asking trivial questions!
I'm trying to build wireshark after building from pyreshark. When I run the command
WIRESHARK_RUN_FROM_BUILD_DIRECTORY=1 ./wireshark
I get the following error.
Can't open Pyreshark init file: /home/paavu/wireshark-1.12.4/python/pyreshark.py IOError: [Errno 2] No such file or directory: '/home/paavu/wireshark-1.12.4/python/pyreshark.py'
The actual path of pyreshark.py is
wireshark-1.12.4/plugins/pyreshark/python/pyreshark.py
Any help is appreciated.
Regards, Praveen