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-
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(
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
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
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