<div>Thanks, your reply helped. The problem seems to be the autoconfig -- I was using version 2.59 instead of 2.68. However, the host will not let users install 2.68.</div>
<div><br></div><div>So I'm sending them feedback, suggesting a number of reasons for supporting 3.2 for their server accounts, including:</div><div><br></div><div>* Popularity of Python, TIOBE recognition;</div><div>
* Wide consensus that new Python programmers should learn version 3, unless they must maintain legacy software;</div><div>* 3.2 will be around for at least another year before 3.3 is released;</div><div>* Lack of 3.2 in low-cost hosts (3.1 is available) -- a competitive advantage;</div>
<div>* 3.2 improves future library compatibility, vs. 3.1;</div><div>* Installing 3.2 should not affect any existing customers, unless they choose to use it.</div><div><br></div><div>We should explore why hosting services are resistant to supporting the current version of Python (plus an important older version, 2.7). Other supported versions could be deprecated -- and eventually removed by the ISPs, except for the few customers who choose to install it themselves.</div>
<div><br></div><div>John S James</div><div><a href="http://www.replicounts.org">www.replicounts.org</a></div><div><br></div><div><br></div><div><br></div>---------- Forwarded message ----------<br>
From: Ned Deily <<a href="mailto:nad@acm.org" target="_blank">nad@acm.org</a>><br>To: <a href="mailto:python-list@python.org" target="_blank">python-list@python.org</a><br>Date: Sat, 06 Aug 2011 15:09:39 -0700<br>Subject: Re: Problem installing 3.2.1 on a Linux server<br>

In article<br><CABmUWRnB=<a href="mailto:OUDPPGsKjJ-rnWVjOQz3iN4-wkFmxfRaYLZcv%2B8NQ@mail.gmail.com" target="_blank">OUDPPGsKjJ-rnWVjOQz3iN4-wkFmxfRaYLZcv+8NQ@mail.gmail.com</a>>,<br> John S James <<a href="mailto:john2james@gmail.com" target="_blank">john2james@gmail.com</a>> wrote:<br>

> My ISP (Bluehost) does not yet support Python version 3, but gave me shell<br>> access (no sudo) so that I can install Python 3 myself on my server account<br>> (running Apache). So I uploaded the standard Python.org installation package<br>

> (Python 3.2.1 for Linux) and followed instructions, starting with<br>> ./configure. These instructions had worked for me before, to install Python3<br>> on a Linux netbook.<br>><br>> But on the server, ./configure starts fine, but later stops with an error.<br>

> Here is the section of the output where the error occurred:<br>> *checking for build directories... done*<br>> *configure: creating ./config.status*<br>> *config.status: creating Makefile.pre*<br>> *config.status: creating Modules/Setup.config*<br>

> *config.status: error: cannot find input file: `Misc/<a href="http://python.pc.in/" target="_blank">python.pc.in</a>'*<br>><br>> Then the ./configure step stopped. Needless to say, the next step, Make, did<br>

> not work because there was no Makefile.<br><br>Works for me on a current Debian system.  Are you downloading the source<br>from <a href="http://python.org/" target="_blank">python.org</a>?  Did you verify that the file is created by tar?<br>

<br>$ curl -O <a href="http://www.python.org/ftp/python/3.2.1/Python-3.2.1.tgz" target="_blank">http://www.python.org/ftp/python/3.2.1/Python-3.2.1.tgz</a><br>$ tar xzf Python-3.2.1.tgz<br>$ cd ./Python-3.2.1/<br>$ ls -l Misc/<a href="http://python.pc.in/" target="_blank">python.pc.in</a><br>

-rw-r----- 1 nad nad 293 Jul  8 23:58 Misc/<a href="http://python.pc.in/" target="_blank">python.pc.in</a><br>$ ./configure<br>[...]<br>configure: creating ./config.status<br>config.status: creating Makefile.pre<br>config.status: creating Modules/Setup.config<br>

config.status: creating Misc/python.pc<br>config.status: creating Modules/ld_so_aix<br>config.status: creating pyconfig.h<br>creating Modules/Setup<br>creating Modules/Setup.local<br>creating Makefile<br><br>If you are still having problems, chances are you have an out-of-date or<br>

incomplete version of GNU autotools which contains the macros and tools<br>that are used by the ./configure script.  On my system:<br><br>$ autoconf --version<br>autoconf (GNU Autoconf) 2.68<br><br>--<br> Ned Deily,<br> <a href="mailto:nad@acm.org" target="_blank">nad@acm.org</a><br>

<br><div><br></div>-- <br>John S. James<br><a href="http://www.aidsnews.org" target="_blank">www.aidsnews.org</a><br><a href="http://www.RepliCounts.org" target="_blank">www.RepliCounts.org</a><br>