Skip to content

ModuleNotFoundError: No module named 'baseapi' #11

@kpatel122

Description

@kpatel122

On Python 3.7 importing from the same directory does not work as per https://www.python.org/dev/peps/pep-0328/

the current line line in txfcm.py
import baseapi

gives the error
ModuleNotFoundError: No module named 'baseapi'

I fixed this by changing the line to
from . import baseapi

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