On Thursday 27 August 2009 13:27:25 adam wrote: > Hello, > > i have added a new controlled to my application. In my root.py file i > have added > > from rubberduckiee.controllers.website import WebsiteController > > but when i go to http://rubberduckiee.webfactional.com/website i get > an error > > > ImportError: No module named website > > > What have i missed?
We don't know, because you don't show us the structure of your project. But I guess either your moduel isn't called website, or you want to create a package website, and that lacks the __init__.py Diez --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

