uuellbee wrote:
> I've done a similar type of thing, but not in Pylons yet. All I needed
> was:
>
> import sys
> sys.path.insert(0, "/path/to/my_packages")
>
> Would that not work here?
Well, it kinda works. I also have to add:
from pkg_resources import require
require("Pylons")
so that all the Pylons related eggs are found.
Thanks,
Matt.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---