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'

On Aug 17, 7:14 am, Marco Mariani <[EMAIL PROTECTED]> wrote:
> Lee Connell ha scritto:
>
> > What do you mean, what didn't work for me?
>
> Did you try splitting the model? Did it work?
>
> > Why do I need to move model.py into __init__.py
>
> To avoid changing the code in controllers all at once.
>
> > couldn't I move whatever
> > I had in there into model/new_model.py?
>
> Do that, then report back about any issue.


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