Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No module named 'pcaputil' #31

Open
ruokid opened this issue Sep 17, 2019 · 1 comment
Open

No module named 'pcaputil' #31

ruokid opened this issue Sep 17, 2019 · 1 comment

Comments

@ruokid
Copy link

ruokid commented Sep 17, 2019

I am trying to run your program with python 3.6.0 on Mac and i got this error

python main.py ~/Downloads/1.pcap ~/Downloads/1.har

Traceback (most recent call last):
  File "main.py", line 13, in <module>
    from pcap2har import pcap
  File "/Users/Imcx/Downloads/pcap2har-master/pcap2har/pcap.py", line 5, in <module>
    from pcaputil import *
ModuleNotFoundError: No module named 'pcaputil'
pip list
Package    Version
---------- -------
dpkt       1.9.2  
pcappy     0.3    
pip        19.2.3 
pypcap     1.2.3  
setuptools 41.2.0 
wheel      0.33.6
@hm1sty
Copy link

hm1sty commented Sep 28, 2020

用python2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants