Skip to content

ModuleNotFoundError: No module named 'exceptions' #1

@Kokozzi

Description

@Kokozzi

Full lib seems to be broken because of incorrect modules imports:

>>> from sendsay.api import SendsayAPI                                                                                 
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "/.../.venv/lib/python3.7/site-packages/sendsay/api.py", line 8, in <module>
    from exceptions import SendsayAPIError
ModuleNotFoundError: No module named 'exceptions'

Tested with Python 3.7.5, Ubuntu 18.04.3 LTS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions