On 5/12/07, Gregory W. Bond <[EMAIL PROTECTED]> wrote: > > > i just installed this to give it a spin - when i went to bring up the > admin interface for my model i got an error saying it couldn't locate > my app > > exceptions.ImportError: No module named myapp.lib.base > > the myapp application is just a development app i've been working on - > it's not located in any recognized python location - how do i tell > restin where to find it?
Do a "python setup.py develop"? Max. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
