Fredrik Lundh wrote:
Marshall Dudley wrote:
> That is what I did originally, downloaded the latest version from
the main
> python site. I compiled by the README file instructions, and
I compiled by the
> instructions on the python url which are different, but both gave
identical
Fredrik Lundh wrote:
> Marshall Dudley wrote:
>
> > Is it not possible to install the latest version of python on my FreeBSD
> > system? Upgrading the FreeBSD is not an option since this is a production
> > system and everything else is working fine.
>
> that'
Warren Block wrote:
> Marshall Dudley <[EMAIL PROTECTED]> wrote:
> > Sorry, this is a FreeBSD system 4.8-RELEASE
> >
> > I found another set of documents that say to use the following to
> > install::
> >
> > python setup.py install
> >
>
Fredrik Lundh wrote:
> Marshall Dudley wrote:
> > I am trying to install python, but am having problems. I did what the
> > README file said, and it created an executible code in the current
> > directory as it said it would when I typed "make".
>
> &quo
Sorry, this is a FreeBSD system 4.8-RELEASE
I found another set of documents that say to use the following to
install::
python setup.py install
but after running it, I still have the same problem.
Marshall
Marshall Dudley wrote:
> I am trying to install python, but am having problems. I
I am trying to install python, but am having problems. I did what the
README file said, and it created an executible code in the current
directory as it said it would when I typed "make". It seemed to say to
copy the executable over to the /usr/local directory, which I did.
If I type ./python in