ANNOUNCE: Exscript 2.0

2010-03-04 Thread knipknap
onths. Dependencies - * Python 2.2 or greater * Python-crypto * paramiko (optional, for SSH2 support) * Python-pexpect (optional, for SSH1 support) * OpenSSH (optional, for SSH1 support) Download Exscript -- Release: http://github.com/knipknap/exscript/downloads Git:

Compiling Python 2.7a2 on AIX6.1 (also pycrypto)

2010-01-13 Thread knipknap
Hi, I have just successfully compiled Python 2.7a2 on AIX6.1, using the IBM XL compiler (no gcc). I am documenting this here in case somebody needs it: ### First, I installed the following dependencies: 1. readline-6.1; 2. tcl8.4.19/unix/ 3. tk8.4.19/unix/ 4. zlib-1.2.3 All of these compile

Re: Python 2.6.4: ./configure does not work

2009-10-31 Thread knipknap
On 31 Okt., 11:40, Albert Hopkins wrote: > Which sources are you referring to?  Can you verify the checksums: > > 17dcac33e4f3adb69a57c2607b6de246  13322131  Python-2.6.4.tgz > fee5408634a54e721a93531aba37f8c1  11249486  Python-2.6.4.tar.bz2 > > There is a README at the root of the tarball: Huh,

Python 2.6.4: ./configure does not work

2009-10-31 Thread knipknap
Hi, Running ./configure in the 2.6.4 sources produces the following error: config.status: error: cannot find input file: Makefile.pre.in Indeed, such a file is not contained anywhere in the Pakage. Also, I found this note: "The Unix build and install process is explained clearly in the README f