Jorge Vargas schrieb: > On 1/11/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: >> 4a) built Cheetah-2.0rc7-py2.4-linux-i686.egg and installed it on target host >> > this never happen to me the Cheetah-1.0-py2.4-linux-i686.egg works > without problems, the issue you posted about unicode is not relevant > for the "default" site, if someone is using cheetah for the templates > then that's another story.
But Cheetah needs to be build some C module any way, whether version 1.x or 2.x, doesn't it? >> 6) Test a quickstarted app: >> >> sudo apt-get install links >> echo n | tg-admin quickstart -p mytest MyTest >> cd MyTest >> ./start-mytest.py &>mytest.log & >> links -dump http://localhost:8080/ > > actually this failed to me with a traceback that sqlite could not be located, > ImportError: No module named sqlite Yes, but only if you enable identity for you quickstarted app. Othereis, it should not nee any database. > one thing that you didn't mention is the warning cherrypy gives if > your running debian > UserWarning: Your installation of Python doesn't have a profile > module. If you're on Debian, you can apt-get python2.4-profiler from > non-free in a separate step. See > http://www.cherrypy.org/wiki/ProfilingOnDebian for details. > warnings.warn(msg) > this should be noted somewhere. Yeah, you have to install python-profiler. I think this is already mentioned on the installation instructions page for Ubuntu. 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 -~----------~----~----~----~------~----~------~--~---

