On 8/18/07, Lee Connell <[EMAIL PROTECTED]> wrote: > > That worked but when I put my identity model in its own it broke the > identity. > > > File "/usr/lib/python2.5/site-packages/TurboGears-1.1b1dev_r3393- > py2.5.egg/turbogears/visit/savisit.py", line 23, in __init__ > visit_class = load_class(visit_class_path) > File "/usr/lib/python2.5/site-packages/TurboGears-1.1b1dev_r3393- > py2.5.egg/turbogears/util.py", line 317, in load_class > return getattr(module, classname) > AttributeError: 'module' object has no attribute 'Visit'
In your config/app.cfg, change the class name in visit.saprovider.model and identity.saprovider.model.* to the new qualified module and class names. Neil -- Neil Blakey-Milner http://nxsy.org/ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

