Re: Error in "Import gv " module

2013-04-22 Thread Andreas Perstinger
You are still top posting. On 22.04.2013 14:43, Megha Agrawal wrote: yes, I did. They said, gv module doesn't exist for windows. Then I'm afraid you are out of luck. Two possible alternatives: 1) Save your graph to a file and use the command line tools: http://stackoverflow.com/a/12698636 2

Re: Error in "Import gv " module

2013-04-22 Thread Megha Agrawal
yes, I did. They said, gv module doesn't exist for windows. On Mon, Apr 22, 2013 at 5:56 PM, Andreas Perstinger wrote: > Please avoid top posting and answer to the list. > > > On 22.04.2013 12:38, Megha Agrawal wrote: > >> Widows 7, and i have pygraphviz library in python27-> lib-> >> site-packa

Re: Error in "Import gv " module

2013-04-22 Thread Andreas Perstinger
Please avoid top posting and answer to the list. On 22.04.2013 12:38, Megha Agrawal wrote: Widows 7, and i have pygraphviz library in python27-> lib-> site-package folder. Sorry don't know much about Windows. Have you read through all the issues involving "import gv" errors?: https://code.goo

Re: Error in "Import gv " module

2013-04-22 Thread Dave Angel
On 04/22/2013 06:13 AM, Megha Agrawal wrote: https://code.google.com/p/python-graph/wiki/Example When I am trying to run the code to draw a graph, given on above link, I am getting following error: ImportError: No module named gv What can be the reasons? Simplest is that you haven't instal

Re: Error in "Import gv " module

2013-04-22 Thread Andreas Perstinger
On 22.04.2013 12:13, Megha Agrawal wrote: https://code.google.com/p/python-graph/wiki/Example When I am trying to run the code to draw a graph, given on above link, I am getting following error: ImportError: No module named gv What can be the reasons? Which OS? It looks like you are missing

Error in "Import gv " module

2013-04-22 Thread Megha Agrawal
https://code.google.com/p/python-graph/wiki/Example When I am trying to run the code to draw a graph, given on above link, I am getting following error: ImportError: No module named gv What can be the reasons? Thank you! -- http://mail.python.org/mailman/listinfo/python-list