Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

AttributeError: 'module' object has no attribute 'pcap' #1

@octos

Description

@octos

Running sniffy fails:

Traceback (most recent call last):
  File "/usr/bin/sniffy", line 212, in <module>
    main()
  File "/usr/bin/sniffy", line 175, in main
    pc = pcap.pcap(name=args.interface, snaplen=1500)
AttributeError: 'module' object has no attribute 'pcap'

I installed pypcap-svn from AUR. I also installed python2-pcapy and pylibpcap.
What am I missing?

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