Parse xml file336 (8/27/2009 8:56:22 AM) comp.lang.python Is there a quick way to retrieve data from an xml file in python 2.4, rather than read the whole file? ... loial
Using optparse37 (4/23/2009 11:45:18 AM) comp.lang.python A shell script is passing parameters to my python script in the following format -PARAM1 12345 -PARAM2 67890 Can I parse these with optparse ? If so how? I can't seem to get it to work. It seems to expect -... loial
Rationalise number of consoles633 (2/24/2009 4:40:26 PM) comp.unix.aix My computer room is full of computer consoles. We have a variety of unix servers(AIX, Solaris, Linux) and currently each has a console screen. We would like to reduce the number of console screens? What are ou... Loial
Get file name from file handle210 (2/17/2009 8:21:38 AM) comp.lang.python Is there anyway, having been passed a file handle, to get the filename? I am assuming not, but thought I would ask ... loial
replace ftp by local copy110 (2/16/2009 12:59:32 PM) comp.lang.python I have been given an old python application that calls ftplib in many places to copy files to a remote server. I have been given the task of cloneing this code so that ftp is not used, but files are just copie... loial
Using paramiko rsa key323 (2/10/2009 2:21:46 PM) comp.lang.python I want to connect via ssh from a python script on windows to an AIX server running openSSH using rsa keys rather than a password. Can anyone provide me with /point me at a simple tutuorial on the steps I need... loial
python ssh and Tetia SSH server024 (2/10/2009 1:06:18 PM) comp.lang.python Anyone out there any experience of using python ssh modules to connect to the Tetia SSH server from SSH (ssh.com)? ... loial
Python ssh with SSH Tectia server026 (2/3/2009 3:38:38 PM) comp.lang.python Has anyone any experiencing with ssh between a python client and the SSH Tectia server from SSH (ssh.com) ? Does it work? ... loial
Web services111 (1/26/2009 4:11:43 PM) comp.lang.python I am trying to learn about web services and how to interface with a 3rd party web service from python. Can anyone point me at an idiots guide/tutorial for someone who is new to web services? ... loial
RAC and hostnames1025 (8/13/2008 12:52:57 PM) comp.databases.oracle.server We have a customer running our application in a RAC cluster. The application runs on the database server and accesses an oracle database. Our application has the server hostname configured when installed. Cust... jldunn2000797(48)
Question re ConfigParser222 (8/20/2008 7:34:57 AM) comp.lang.python Given a section like [Data] value1 value2 value3 Can ConfigParser be easily used to put the values in a dictionary? If so, how? ... jldunn2000797(48)
ssh keepalive510 (10/1/2008 7:30:59 AM) comp.lang.python I have a problem with a ssh connection in python I get the error 'NoneType' object has no attribute 'exec_command' I am thinking that maybe the ssh connection is timeing out. Since I have no control over th... jldunn2000797(48)
Using paramiko rsa key323 (2/10/2009 2:21:46 PM) comp.lang.python I want to connect via ssh from a python script on windows to an AIX server running openSSH using rsa keys rather than a password. Can anyone provide me with /point me at a simple tutuorial on the steps I need... jldunn2000797(48)