can you point me in a directoion of a tutorial that has some basic steps to follow then? just there is a module and controll called website.py
On Aug 27, 12:45 pm, "Diez B. Roggisch" <[email protected]> wrote: > 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 tohttp://rubberduckiee.webfactional.com/websitei 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 -~----------~----~----~----~------~----~------~--~---

