Skip to content

No module named test #25

@sleighsoft

Description

@sleighsoft

I am trying to run your program with python 2.7.8 on windows with Babun (cygwin wrapper for windows).
It results in the following error:

Traceback (most recent call last):
  File "main.py", line 13, in <module>
    from pcap2har import pcap
  File "/cygdrive/c/Users/Julian.Niedermeier/SkyDrive/Studium/HPI-Skripte/Semester_4/Cops & Robbers/SSL-TLS-For-Websecurity/python/pcap2har/pcap2har/pcap.py", line 3, in <module>
    import dpkt
  File "/usr/lib/python2.7/site-packages/dpkt/__init__.py", line 12, in <module>
    import aoe
  File "/usr/lib/python2.7/site-packages/dpkt/aoe.py", line 6, in <module>
    from decorators import deprecated
  File "/usr/lib/python2.7/site-packages/dpkt/decorators.py", line 4, in <module>
    from test import pystone
ImportError: No module named test

I have python-test installed and /test is also in my $PYTHONPATH.
Any ideas on how to fix that?

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