Ticket #2456 (closed defect: worksforme)

Opened 7 months ago

Last modified 6 months ago

TurboJson dependency causing RuntimeWarning

Reported by: percious Assigned to: 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

02/02/10 16:35:58 changed by percious

  • priority changed from normal to highest.

02/22/10 19:40:03 changed by mramm

  • status changed from new to closed.
  • resolution set to worksforme.