funkyj wrote: > Fredrik Lundh wrote: > >>any special reason why pexpect cannot ship with a standard distutils >>setup.py file (or even egg support) ? > > <googles distutils> > > Oh, apparently there is a standard/builtin python distribution > mechanism called 'distutils'. > > I guess on the install issue my only suggestion would be for the > pexpect README to say something like: > > To install this package on your system run: > > bash$ python setup.py install
http://pexpect.sourceforge.net """ 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 """ -- Robert Kern [EMAIL PROTECTED] "In the fields of hell where the grass grows high Are the graves of dreams allowed to die." -- Richard Harter -- http://mail.python.org/mailman/listinfo/python-list