'Plotting .gv/.dot file avoiding using graphviz

I'd like to ask you if there's a method, using Python, that allows to convert a premade .gv/.dot file into a png/svg file. I've tried pydot but since I can't install graphviz the write_* function doesn't work. Thank you in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source