"Kevin Dangoor" <[EMAIL PROTECTED]> writes:
> Well, sorry for the diversion in config files. The pythonic ones
> certainly seemed like a good idea at the time.
>
> 0.9a2 (and the trunk as of [962]) uses the old CherryPy config file
> format, but adds an application config file in
> (yourpackage)/config/app.cfg. I've put up step-by-step instructions
> for migrating from the .py format:
>
> http://www.turbogears.org/preview/download/upgrade.html
>
> It's not a difficult change.
Besides what's there:
- touch package/config/__init__.py
- add [global] to dev.cfg and prod.cfg as well
I am now having problems with MochiKit...
return jsonify(obj)
File "<string>", line 5, in jsonify
File "_speedups.pyx", line 376, in _speedups.BaseDispatcher.__getitem__
File "build/bdist.linux-i686/egg/dispatch/interfaces.py", line 15, in __call__
NoApplicableMethods: ((JSLink(name='js/MochiKit.js'),), {})
I'll recheck my changes...
--
Jorge Godoy <[EMAIL PROTECTED]>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Trunk" 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-trunk
-~----------~----~----~----~------~----~------~--~---