Linux and Python install problem

Martin Skøtt mskott at image.dk
Thu May 4 16:35:34 EDT 2000


Matthew Miller <matthewm at zebrasoft.co.nz> writes:

> Hi everyone,
> 
> I'm REALLY new to Linux and I'm stuck. I've downloaded python-1.5.2 and
> untarballed the distro. However, when I run the configure shell script
> using ./configure, bash reports "No such file or directory". I'm doing
> this from within the python directory (ie: not a path issue as far as I
> can tell) and have ensured execute permissions are set etc. Any ideas?
> Thanks...

Before you start installing to much, which distro are you running? I
guess that the majority of Linux distributions today all include
Python in some strange package format. Try and check your CD or
download server to see if somebody has done all the work for you.
On Red Hat all software packages are placed in the RedHat/RPMS/
directory. Try doing an ls | grep python in that directory and
install the pachages using rpm -ivh <packge-name.rpm> If you are
running Red Hat I guess most of Python has allready been installed
because many of the Red Hat setup tools are written in Python.

-- 
Martin Skøtt
mskott at image.dk

'In a certain sense, all decent programming languages are equally powerfull'
Dr. Alan Turing



More information about the Python-list mailing list