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

Permission error while saving graphs using graphvix #108

Open
HideOnHeart0507 opened this issue Mar 6, 2021 · 1 comment
Open

Permission error while saving graphs using graphvix #108

HideOnHeart0507 opened this issue Mar 6, 2021 · 1 comment

Comments

@HideOnHeart0507
Copy link

Hi, I was using your library for minimizing a 3 variable DFA and while using graph.render it shows permission error as the graph below.
1

@marcofavorito
Copy link
Member

Hi. From the error message, it looks like you are calling the render function with argument "C:/Python". The argument of render is the output path where the automaton will be printed.
With "C:/Python", you actually tried to replace your Python executable (fortunately, your OS prevented that).
Try with another string, e.g. "automata". This should print an automata.dot file in the current working directory.

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