"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: G> Please help! I moved some files around but was able to enter shell > and instantiate an object. I got a weird error when I tried to exit > the shell and save my work.... > >>>> import financial.models.models >>>> financial.models.models.Income(category="ff", per_pay_period=2.1) > <Income 1 category='ff' per_pay_period=2.1000000000000001> >>>> Do you wish to commit your database changes? [yes] > Traceback (most recent call last): > File "<console>", line 1, in ? > NameError: name 'hub' is not defined
'hub' should be in project/model.py. If you moved files around you could movem them back one at a time and see what fixes it. You already had problems because of moving files you don't know around before and got some recommendations by then... Those still apply. -- Jorge Godoy <[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 -~----------~----~----~----~------~----~------~--~---

