On 19/07/07, Christopher Arndt <[EMAIL PROTECTED]> wrote: > > Rangi Sutton schrieb: > > In my main controllers.py I have the following: > > > > from ProjectController import ProjectController > > from ClientController import ClientController > > from UserController import UserController > > > > ImportError: cannot import name ClientController > > > I'd post code.. but don't know where to start! > > Start by posting the directory/file structure of your project's package. > You might have missing __init__.py's.
Not missing, but corrupted. Somehow between me and subversion I ended up with __init__.py looking like my UserController's version. The veil of darkness is rising! Thanks a lot, Rangi. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

