On Mon, Jul 4, 2011 at 2:28 PM, werner <[email protected]> wrote: > I am starting to get my feet wet with tg2 and reading some of the web pages > and starting doing the wiki20 tutorial I noted the following: > on the page - http://www.turbogears.org/2.1/docs/main/DownloadInstall.html > > I use Ubuntu 10.10 and be default "aptitude" is not installed, so either the > following line should be changed or one should explain how to install > "aptitude". > > sudo aptitude install build-essential python-dev python-setuptools > python-virtualenv > > > Is it o.k. to report these type of things here you do you prefer that trac > tickets are opened for them? >
I have fixed the two website related errors. Please open a ticket for the aptitude issue and put it inside 2.1.2 milestone directly as the issue is a bit more complex. It was recommended by debian to use aptitude instead of apt-get while ubuntu has removed it in 10.10. So we have to consider if it is the case to always to install aptitude or always fallback to apt-get or even have different installation instruction for ubuntu and debian. -- 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.

