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

''dot' is not recognized as an internal or external command, ' on windows #17

Closed
p4vv37 opened this issue Jan 10, 2019 · 2 comments
Closed

Comments

@p4vv37
Copy link

p4vv37 commented Jan 10, 2019

Hi
Command does run, it seams, it displays some information, but there's a problem with generating graph, I guess:

>pydeps my_module --show-deps
{
[...]
}
'dot' is not recognized as an internal or external command,
operable program or batch file.

What am I missing?

@thebjorn
Copy link
Owner

You need to install graphviz and make sure its dot.exe is included in your path.

@p4vv37
Copy link
Author

p4vv37 commented Jan 10, 2019

Thanks, looks&works great

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

2 participants