Upgraded to TG2.0B7, did flash get deprecated?

$ easy_install -U -i http://www.turbogears.org/2.0/downloads/current/index
tg.devtools
Searching for tg.devtools
Reading http://www.pylonshq.com/download/
Reading http://www.turbogears.org/2.0/downloads/current/index/tg.devtools/
Best match: tg.devtools 2.0b7
Processing tg.devtools-2.0b7-py2.5.egg
tg.devtools 2.0b7 is already the active version in easy-install.pth

$ paster serve --reload development.ini
Starting subprocess with file monitor
Starting server in PID 7223.

WebError Traceback:
⇝ ImportError: cannot import name flash
sys.path: [
<snip>
]
Module ?:9 in <module>          view
<<  from tg import redirect, validate
       from raidtrackertg2.model import DBSession, metadata
       from catwalk.tg2 import Catwalk
       from repoze.what import predicates
       from raidtrackertg2.controllers.secc import Secc
>>  from catwalk.tg2 import Catwalk
Module ?:1 in <module>         view
<<  from controller import Catwalk
>>  from controller import Catwalk
Module ?:22 in <module>         view
<<  from sprox.providerselector import SAORMSelector
       from decorators import validate, crudErrorCatcher, validate
       from catwalk.resources import CatwalkCss
>>  from decorators import validate, crudErrorCatcher, validate
Module ?:5 in <module>         view
<<  from tg.decorators import Decoration
       from pylons import request
       from tg.controllers import _object_dispatch, flash
       class validate(tgValidate):
>>  from tg.controllers import _object_dispatch, flash
ImportError: cannot import name flash
--~--~---------~--~----~------------~-------~--~----~
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