Interfacing my chess client with GNU chess using python

2006-09-18 Thread Varun Hiremath
8<--8<--8<------8<---- Varun Hiremath Undergraduate Student, Aerospace Engg. Department, Indian Institute of Technology Madras, Chennai, India --- Webpage : http://www.ae.iit

Re: KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
On Fri, 24 Feb, 2006 at 09:55:59AM -0800, David Boddie wrote: > Varun Hiremath wrote: > > > I was wondering if there is any way to make KDE PanelApplets > > using Python. I have made a small window using Qt, kdeui nad > > kdecore libs. Now I want to add it to the KDE k

Re: KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
but I don't know exactly how to use it. I need some help regarding this. Thank You -- ------- Varun Hiremath 461, Jamuna Hostel IIT Madras, Chennai - 600 036 mob : +919840299732 --- My Webpage : http://www.ae.

KPanelApplet using Python

2006-02-24 Thread Varun Hiremath
Hi, I was wondering if there is any way to make KDE PanelApplets using Python. I have made a small window using Qt, kdeui nad kdecore libs. Now I want to add it to the KDE kicker. Can I get any help regarding this matter. Thank you. -- --- Varun

Re: plotting with gnuplot.py

2005-09-02 Thread Varun Hiremath
.. Hi, Try doing this: import Gnuplot,Numeric filename = ('Default.PL1') data = scipy.io.array_import.read_array(filename) y = data[:,1] x = data[:,0] z = data[:,2] //I think u need to take the transpose of this column before plotting.. x=Numeric.transpose(x) y=Numeric.transpose(y)

Problem with Pythoncard

2005-08-26 Thread Varun Hiremath
: Broken packages * -- --- Varun Hiremath 461, Jamuna Hostel IIT Madras, Chennai - 600 036 mob : +919840299732 --- My Webpage : http://www.ae.iitm.ac.in/~ae03b032