Hi, I'm new to the group, so forgive me if this has been covered before. I didn't see it in the archives. If you install Pylons on Ubuntu 6.06:
* Don't use Ubuntu's version of setuptools. It's too old for some of the dependencies. Instead: wget http://peak.telecommunity.com/dist/ez_setup.py python ez_setup.py * You must install the python-dev package (perhaps with Synaptic). Otherwise, when Cheetah gets installed (I'm not sure why it's installed before installing Pylons[cheetah]), the installation will fail when trying to compile _namemapper.c. Other than that, the install works. Happy Hacking! -jj --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss -~----------~----~----~----~------~----~------~--~---
