Karol Tarcak wrote: > Hi, > > I have to run my app in a quite restrictive environment (no eggs, only > standard packages from debian stable, no shell), I am going to use > some additional modules (for example authkit) ... I would like to > change the "import path" on my app startup to add an extra directory > where all additional modules will be stored ... > Any thoughts?
You might want to do something similar to appengine-monkey: https://appengine-monkey.googlecode.com/svn/trunk/paste-deploy.py (it uses a virtualenv and then also a fixup script to make the virtualenv somewhat relocatable: https://appengine-monkey.googlecode.com/svn/trunk/pth_relpath_fixup.py) -- Ian Bicking : [EMAIL PROTECTED] : http://blog.ianbicking.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
