Hello, On 9/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Issuing an os.chdir(/path/to/pylons) fixed the problem although I am > not sure if this is the best solution or not. If there any suggestions > on how to make this work better, I would really appreciate it.
I think you need to add the pylons path to the library paths in python. I normally do something like this: import sys sys.path = --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
