Skip to content

Various notes

Thomas D edited this page Feb 7, 2016 · 2 revisions

pcapy and pyinstaller

Following that tutorial, the produced pcapy-0.10.9-py2.7-win32.egg file has to be unzipped in the original python installation (no venv) Lib\site-packages for pyinstaller to be able to automatically find it.

Clone this wiki locally