Re: Readline and Python 2.6.1 on a Mac

2009-01-16 Thread James Brady
> s/"bind ^I rl_complete"/"tab: complete"/ > > > > -- >  Ned Deily, >  n...@acm.org Perfect, thanks Ned! -- http://mail.python.org/mailman/listinfo/python-list

Readline and Python 2.6.1 on a Mac

2009-01-15 Thread James Brady
Hi, I just upgraded Python from 2.5.2 up to 2.6.1 on my 10.5 Mac (installed from the DMG here: http://www.python.org/download/releases/2.6.1/), and I'm having some problems with readline and rl_completer. I have PYTHONSTARTUP pointing to this file: #!/usr/bin/env python try: import readline e

SSH utility

2008-08-10 Thread James Brady
Hi all, I'm looking for a python library that lets me execute shell commands on remote machines. I've tried a few SSH utilities so far: paramiko, PySSH and pssh; unfortunately all been unreliable, and repeated questions on their respective mailing lists haven't been answered... It seems like the