Ticket #2456 (closed defect: worksforme)
TurboJson dependency causing RuntimeWarning
| Reported by: | percious | Owned by: | mramm |
|---|---|---|---|
| Priority: | highest | Milestone: | 2.1b2 |
| Component: | TurboGears | Version: | 2.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Create a TG project following the b1 instructions.
paster setup-app or serve produce the following error.
$ paster setup-app development.ini
/Users/cperkins1/nrel/thin_film/lib/python2.6/site-packages/Pylons-0.9.7-py2.6.egg/pylons/configuration.py:26: RuntimeWarning: Unable to load template engine entry point: 'json = turbojson.jsonsupport:JsonSupport': Traceback (most recent call last):
File "/Users/cperkins1/nrel/thin_film/lib/python2.6/site-packages/Pylons-0.9.7-py2.6.egg/pylons/templating.py", line 610, in <module>
Engine = entry_point.load()
File "/Users/cperkins1/nrel/thin_film/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1953, in load
if require: self.require(env, installer)
File "/Users/cperkins1/nrel/thin_film/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 1966, in require
working_set.resolve(self.dist.requires(self.extras),env,installer))
File "/Users/cperkins1/nrel/thin_film/lib/python2.6/site-packages/setuptools-0.6c11-py2.6.egg/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
DistributionNotFound: prioritized-methods>=0.2
import pylons.templating
Running setup_config() from thin_film.websetup
Change History
Note: See
TracTickets for help on using
tickets.