n-2.4.1
6. ./configure --prefix=/home//Py (The directory in which you
wanted to install Python libraries and binaries)
7. make
8. make install
Once again Thank you All for educating me.
Madhu
On Thu, 2005-07-14 at 10:56 -0700, [EMAIL PROTECTED] wrote:
>
> Madhu R. Vajrala wrote:
> >
&
I did...
1. wget http://www.python.org/ftp/python/2.4.1/Python-2.4.1.tgz
2. gunzip -c Python-2.4.1.tgz | tar xvf -
the above step errors:
tar: directory checksum error
gunzip: stdout: Broken pipe
3. Later in ./configure step...
This step also fails...(I did run this by ig
Hello All,
I am very new to Python, trying to install it from source
(ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/python-2.3.3.tar.gz) on
Sun Solaris-9 (SPARC). But getting the below error message during
configure. Also while uncompressing, it is returning the checksum doesnt
match error as wel