Robert Kern <[EMAIL PROTECTED]> wrote: > Installing Pexpect > > The pexpect-current.tgz tarball is a standard Python Distutil distribution. > > 1. download pexpect-current.tgz > 2. tar zxf pexpect-current.tgz > 3. cd pexpect-current > 4. python setup.py install
If on linux you can python setup.py bdist_rpm which builds an .rpm to install which you might prefer. If you want a .deb use alien to convert the rpm However in the case of this package apt-get install python-pexpect works for me on Debian and hence probably on ubuntu. -- Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick -- http://mail.python.org/mailman/listinfo/python-list