I have also run into this trying a new tg2 app as of today. The repo we are installing tg.devtools from (http://www.turbogears.org/2.0/ downloads/current/index) seems to have DecoratorTools==1.7, however something in SetupTools (I think) is wanting a dev verision of it (DecoratorTools>=1.7dev-r2450) I am only able to complete parts of the TG2 install, as it seems the instructions on the site are not complete, or changes have been made to versions without updating the website.
I am also on a mac, like James is, so i'm not sure if that's the common thread. I'll setup a linux machine today and test the instructions on it. I am actually having, it seems, more complications than James was. It seems that after installing the tg.devtools packages, I am missing the Paste* eggs from my site-packages. Because of this, I am also unable to perform an easy_install after I perform the easy_install tg.devtools. I get errors about missing quite a few packages in my virtualenv necessary for easy_install/setuptools to run. The only way I could even get paster to recognize the tginfo command was to install using these steps: virtualenv --no-site-packages tg2env cd tg2env/ source bin/activate easy_install -i http://www.turbogears.org/2.0/downloads/current/index 'FormEncode' 'Paste>=1.7' 'PasteDeploy' 'PasteScript' tg.devtools 'simplejson' 'Genshi' However, it still doesn't have the right version of DecoratorTools to be able to run paster quickstart. I'd like to get going on a TG2 app, but it seems I'm kind of stuck at the moment. Any help is appreciated. Steven On Sep 6, 7:48 pm, James <[EMAIL PROTECTED]> wrote: > Hi, > I'm trying to installTG2as per the instructions > here:http://turbogears.org/2.0/docs/main/DownloadInstall.html > > All the steps complete as expected until it comes to checking the > installation: > > (tg2_00)james-bradys-macbook:tg2_00 james$ paster --help > /Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > Pylons-0.9.7rc1-py2.5.egg/pylons/configuration.py:25: RuntimeWarning: > Unable to load template engine entry point: 'json = > turbojson.jsonsupport:JsonSupport': Traceback (most recent call last): > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > Pylons-0.9.7rc1-py2.5.egg/pylons/templating.py", line 616, in <module> > Engine = entry_point.load() > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1911, in load > if require: self.require(env, installer) > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1924, in require > > working_set.resolve(self.dist.requires(self.extras),env,installer)) > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 524, in resolve > raise DistributionNotFound(req) # XXX put more info here > DistributionNotFound: DecoratorTools>=1.7dev-r2450 > > import pylons.templating > Traceback (most recent call last): > File "/Users/james/webmynd/tg2_00/bin/paster", line 5, in <module> > from pkg_resources import load_entry_point > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2581, in <module> > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 640, in subscribe > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2581, in <lambda> > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 2130, in activate > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1734, in > declare_namespace > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1749, in > declare_namespace > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > setuptools-0.6c8-py2.5.egg/pkg_resources.py", line 1720, in _handle_ns > File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/pkgutil.py", line 238, in load_module > mod = imp.load_module(fullname, self.file, self.filename, > self.etc) > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > TurboGears2-1.9.7a4-py2.5.egg/tg/__init__.py", line 54, in <module> > from tg.controllers import TGController, redirect, url, > use_wsgi_app > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > TurboGears2-1.9.7a4-py2.5.egg/tg/controllers.py", line 26, in <module> > from tg.render import get_tg_vars > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > TurboGears2-1.9.7a4-py2.5.egg/tg/render.py", line 5, in <module> > from tg.configuration import Bunch > File "/Users/james/webmynd/tg2_00/lib/python2.5/site-packages/ > TurboGears2-1.9.7a4-py2.5.egg/tg/configuration.py", line 5, in > <module> > from genshi.filters import Translator > ImportError: No module named genshi.filters > > Any suggestions on what to try here? > > Thanks, > James --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

