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

Hyper seems to not import common.exceptions correctly #114

Closed
tyrelsouza opened this issue Apr 3, 2015 · 1 comment
Closed

Hyper seems to not import common.exceptions correctly #114

tyrelsouza opened this issue Apr 3, 2015 · 1 comment

Comments

@tyrelsouza
Copy link

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
@Lukasa
Copy link
Member

Lukasa commented Apr 3, 2015

I believe this is fixed in v0.3.1.

Thanks for the report! 🍰 ✨

@Lukasa Lukasa closed this as completed Apr 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants