cppdep icon indicating copy to clipboard operation
cppdep copied to clipboard

Missing graph module

Open nbourre opened this issue 7 years ago • 2 comments

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

nbourre avatar Sep 27 '18 12:09 nbourre

Did you run setup.py?

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

rakhimov avatar Sep 27 '18 19:09 rakhimov

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

nbourre avatar Sep 28 '18 13:09 nbourre