Helloworld runs fine now.
Now I'm going for the bonus-sqlobject.py app.
Here is what I get when I run sudo python setup.py install on the
Cheetah package. This is way after a bunch of it ran without problems.
building 'Cheetah._namemapper' extension
creating build/temp.linux-i686-2.4
creating build/temp.linux-i686-2.4/src
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall
-Wstrict-prototypes -fPIC -I/usr/include/python2.4 -c src/_namemapper.c
-o build/temp.linux-i686-2.4/src/_namemapper.o
unable to execute gcc: No such file or directory
error: command 'gcc' failed with exit status 1
stever@Compaq:~/Desktop/Cheetah-0.9.18$
Ubuntu seems to have installed GCC versions gcc-3.4-base and
gcc-4.0-base.
Does anyone know what package I may need?
Sorry for so many questions,
sr