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

Missing graph module #43

Open
nbourre opened this issue Sep 27, 2018 · 2 comments
Open

Missing graph module #43

nbourre opened this issue Sep 27, 2018 · 2 comments

Comments

@nbourre
Copy link

nbourre commented Sep 27, 2018

I've just installed this project, tried to run it but I get this error message.

Traceback (most recent call last):
  File "cppdep.py", line 36, in <module>
    from .graph import Graph
ModuleNotFoundError: No module named '__main__.graph'; '__main__' is not a package
@rakhimov
Copy link
Owner

Did you run setup.py?

I think my imports are messed up to make it run directly from the source.

@nbourre
Copy link
Author

nbourre commented Sep 28, 2018

Yes, but like you wrote the setup does not seem to be configured right.

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

No branches or pull requests

2 participants