18 Feb
2004
18 Feb
'04
7:23 p.m.
John Poltorak wrote at 2004-2-17 10:12 +0000:
... I looked into upgrading yesterday and it looks like a nightmare because the latest Python RPM has so many prerequisites which are not available, and I can't build it from source because I don't have c++ installed and have no idea about what is involved in installing it.
You do not need C++ for Python or Zope. Python uses the C++ linker when it is there (to facilitate the integration of C++ implemented extension modules) but is happy when C++ is not installed. -- Dieter