I just, from scratch, ran the following commands and got a working environment. I use Doug Hellman's virtualenvwrapper, so that's the minor difference at the beginning from normal:
mkvirtualenv --no-site-packages tgt easy_install -i http://tg.gy/ tg.devtools paster quickstart tgt #accepted defaults here cd tgt python setup.py develop -i http://tg.gy/ paster setup-app development.ini paster serve development.ini Aside from using (or not) virtualenvwrapper, did you do anything different from those commands? If so, what? On Fri, Apr 6, 2012 at 2:50 PM, Jim Carroll <[email protected]> wrote: > TG seems broken at the moment, installing on Ubuntu server 11.10 > install seemed successful... > but paster serve gives me > from repoze.what.plugins.pylonshq import booleanize_predicates > ImportError: No module named pylonshq > and just running paster stand-alone gives me > from peak.util.decorators import decorate_assignment, decorate, > struct, \ ImportError: No module named decorators > Python 2.7 Tg 2.1 > tg.devtools-2.1.4-py2.7.egg > "2.1.4 is already the active version..." > > This happens regardless of if I've run python setup.py develop on an > empty app > > What could I be doing wrong? > > -- > 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. > > -- Michael J. Pedersen My Online Resume: http://www.icelus.org/ -- Google+ http://plus.ly/pedersen Google Talk: [email protected] -- Twitter: pedersentg -- 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.

