Hi Guys,
I just upgraded from TG1.1.1 and had to upgrade setuptools to 0.6c12
and PEAK-Rules to 0.5a1.dev_r2686 in order to do so.
How ever now I'm getting the following error :

  File "/home/tom/cinego/cinego.wsgi", line 11, in <module>
    import turbogears
  File "/usr/lib/python2.5/site-packages/TurboGears-1.1.2-py2.5.egg/
turbogears/__init__.py", line 10, in <module>
    from turbogears.controllers import (absolute_url, expose, flash,
validate,
  File "/usr/lib/python2.5/site-packages/TurboGears-1.1.2-py2.5.egg/
turbogears/controllers.py", line 15, in <module>
    from peak.rules import abstract, NoApplicableMethods
  File "build/bdist.linux-i686/egg/peak/rules/__init__.py", line 3, in
<module>
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 941, in
<module>
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 558, in
_bootstrap
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 652, in
compile_method
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 289, in
compiled
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 652, in
compile_method
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 744, in
<lambda>
  File "build/bdist.linux-i686/egg/peak/rules/core.py", line 466, in
apply_template
  File "/usr/lib/python2.5/site-packages/DecoratorTools-1.7-py2.5.egg/
peak/util/decorators.py", line 59, in apply_template
    body = wrapper.__doc__.replace('%','%%').replace('$args','%
(argspec)s')
AttributeError: 'NoneType' object has no attribute 'replace

What's happening ?

-- 
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.

Reply via email to