cppdep
cppdep copied to clipboard
Missing graph module
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
Did you run setup.py?
I think my imports are messed up to make it run directly from the source.
Yes, but like you wrote the setup does not seem to be configured right.