On 1/25/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > 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? > I did a quick check into their CVS and yes it does require C for 1.0, although I still think we should use the 1.0 egg. it's one less "unstable package" and the only people that benefit form cheetah2.0 are the ones using it on templates.
> >> 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. > ahhh true I forgot I set it to default. > > 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. > yes indeed. > > 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 -~----------~----~----~----~------~----~------~--~---

