On Sep 11, 4:57 am, "Jens Hoffrichter" <[EMAIL PROTECTED]>
wrote:
> 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 =

I had done that:

pkg_resources.working_set.add_entry('/path/to/pylons')
sys.path.append('/path/to/pylons')

But it didn't work. It coplained about not being able to find the
middleware module.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to