Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #11

Open
erturkkadir opened this issue Apr 10, 2018 · 3 comments
Open

ModuleNotFoundError #11

erturkkadir opened this issue Apr 10, 2018 · 3 comments

Comments

@erturkkadir
Copy link

After setup when I run
src/account/summary.py

I get following messages,

Traceback (most recent call last):
File "src/account/summary.py", line 5, in
from .account import Account
ModuleNotFoundError: No module named 'main.account'; 'main' is not a package

any clue?

@cppntn
Copy link

cppntn commented Aug 17, 2018

Remove the dot from .account

So:

from account import Account

@freezone
Copy link

freezone commented Mar 5, 2019

I have the similar issue with src/account/summary.py

Traceback (most recent call last):
File "src/account/summary.py", line 5, in
from .account import Account
ModuleNotFoundError: No module named 'main.account'; 'main' is not a package

What am I missing?

@freezone
Copy link

freezone commented Mar 5, 2019

removing the . it works, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants