Re: please sort this out

2007-04-18 Thread piyali biswas
hi all, I solved the problem with the help of python cookbook+matplotlib I was getting the main error as * raise RuntimeError("'%s' is not a writable dir; you must set environment variable HOME to be * * a writable dir "%h)* Matplotlib needs the environment variable HOME to point to a writable dir

please sort this out

2007-04-16 Thread piyali biswas
Hi, I am using networkx and pylab for creating a graph using a python script abc.py. I have saved the networkx folder in "C:/Python24/Lib/site-packages". When I run the script from command prompt, it creates the graph and saves it to the place I want to but when I write a python-cgi script and run