Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Hyper seems to not import common.exceptions correctly #114

Description

@tyrelsouza

Ran the example from PyPi and it didn't work because of an exception not being imported correctly.

Traceback:

% python run.py
Traceback (most recent call last):
  File "run.py", line 1, in <module>
    from hyper import HTTP20Connection
  File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/__init__.py", line 11, in <module>
    from .http20.connection import HTTP20Connection
  File "/Users/tyrelsouza/.virtualenvs/hyp/lib/python2.7/site-packages/hyper/http20/connection.py", line 9, in <module>
    from ..common.exceptions import ConnectionResetError
ImportError: No module named common.exceptions

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions