On Monday 29 October 2007 10:18:46 Dr.T wrote: > Guys, > > Has anyone come across this problem - can't install TG on a new > install of Ubuntu 7.10 (running gcc version 4.1.3 - the default). > > The Cheetah installation (which I don't use) blows up as follows: > > Using /usr/lib/python2.5/site-packages/TurboGears-1.1b1dev_r3555- > py2.5.egg > Processing dependencies for turbogears > Searching for Cheetah>=2.0rc8 > Reading http://files.turbogears.org/eggs/ > Best match: Cheetah 2.0rc8 > Downloading http://files.turbogears.org/eggs/Cheetah-2.0rc8.tar.gz > Processing Cheetah-2.0rc8.tar.gz > Running Cheetah-2.0rc8/setup.py -q bdist_egg --dist-dir /tmp/ > easy_install-6O1FHQ/Cheetah-2.0rc8/egg-dist-tmp-HcKDrw > warning: no files found matching '*.cfg' > warning: no files found matching 'examples' > warning: no files found matching 'docs' > warning: no files found matching 'bin' > warning: no files found matching '*' under directory 'docs' > warning: no files found matching '*' under directory 'examples' > warning: no previously-included files matching '*.pyc' found under > directory 'src' > warning: no previously-included files matching '*~' found under > directory 'src' > warning: no previously-included files matching '*.aux' found under > directory 'src' > warning: no previously-included files matching '*~' found under > directory 'docs' > warning: no previously-included files matching '*.aux' found under > directory 'docs' > src/_namemapper.c:15:58: error: Python.h: No such file or directory > src/_namemapper.c:16:20: error: string.h: No such file or directory > src/_namemapper.c:17:20: error: stdlib.h: No such file or directory
That's your clue here. You need to install dev-packages, at least of python (python-dev) and most probably quite a few others judging from the missing header-files. Did you install build-essential (or so)? It's a meta-package that installs quite a few necessary packets. python-dev not, though. Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

