pylab plot_date problem

2009-03-18 Thread Shah Sultan Alam
Hi , I am using following code to create a graph def plot_plot(): ax = pylab.subplot(111) for count in range(len(yaxes_values)): pylab.subplots_adjust(left=0.13, bottom=0.21, right=0.90, top=0.90,wspace=0.20, hspace=0.20) ax.plot_date(id_dates,yaxes_values[count],fmt='o-

Does Paramiko 1.7.2 and 1.6.4 work with CentOS 4

2009-02-24 Thread Shah Sultan Alam
Hi Groups, Can you please help me on the following... 1. Does Paramiko 1.7.2 and 1.6.4 work with CentOS 4 2. If yes, what is the exact 'yum' command to install paramiko on CentOS 4? I have tried all possible ones without success. yum install paramiko yum install python-paramiko(

bigint to timestamp

2009-01-28 Thread Shah Sultan Alam
Hi Group, I have file with contents retrieved from mysql DB. which has a time field with type defined bigint(20) I want to parse that field into timestamp format(-MM-DD HH:MM:SS GMT) using python code. The value I found for that field is 212099016004150509 Give me sample code that does the conv

PyPlot

2009-01-16 Thread Shah Sultan Alam
Hi , I need Pyplot module , How to get and install ( plug in with my python 2.4 distribution ) !!! TIA. Shah. -- http://mail.python.org/mailman/listinfo/python-list

Switching user in a SSH connection

2009-01-01 Thread Shah Sultan Alam
Hi Group, I am trying to connect to a Linux maching using paramiko. and able to run a command like "ls -l" Now I want to switch user being in the connection ( eg running something like "su -" ) Will you please let me know how to do that. Regds Shah -- http://mail.python.org/mailman/listinfo/p