On 2007-07-19 13:04:32 -0400, Paul Howell wrote: > > Well, now I'm trying a fresh install of 1.0.3 on a Ubuntu server, and > the easy_install fails while trying to compile Cheetah, as follows. Can > anyone replicate or have insight? It looks like there are missing files > in the cheetah.tar.gz file. starting with *.cfg (i checked, they are > not in the Cheetah tarball. are they needed? is the tarball broken? > > error message at paste: http://paste.turbogears.org/paste/1512
You are probably missing the python2.5-dev package containing the headers. You might also want to check if you have the package "build-essential" installed (it depends on all the common packages one needs for compiling). Michael --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

