danbirnbaum schrieb:
I have Python 2.4.4 installed and tried installing Turbogears. The
following is the error message I receive:

unable to execute gcc: No such file or directory
error: Setup script exited with error: command 'gcc' failed with exit
status 1

Any ideas as to why this is happening?

You have to install the 'gcc' compiler, so that the setup procedure can compile
a C-extension for Cheetah (and for other required packages too).

If you're on Linux

        apt-get install build-essential # for Debian/Ubuntu

or

        yum install gcc # RedHat/Fedora

or whatever the installation command for your distribution is

After you have installed the build requirements, try the TG installation again.

Chris

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to