i have a project that I created using 0.9a1 and am now trying to update to 0.9a2.
I followed the directions on: http://www.turbogears.org/preview/download/upgrade.html but whenever I try to start my projcet I get the following: Traceback (most recent call last): File "start-taskmanager.py", line 24, in ? from taskmanager.controllers import Root File "/home/troy/devel/turbogears/taskmanager.svn/taskmanager/controllers.py", line 9, in ? from turbogears import jsonify ImportError: cannot import name jsonify I have: tg.allow_json = True in my <project>/config/app.cfg and if i run the shell and try: from turbogears import jsonify it works fine, but my project will not start. Any suggestions? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

