I apologize in advance for my naivete. I've managed to get Pylons 0.9.7 up and running within GAE by 1) altering the virtualenv site-packages/Pylons-0.9.7-py2.5.egg-info/ requires.txt to require the GAE WebOb (dropping down to 0.9) 2) moving the import(site) in paste-deploy.py beneath the site_packages = os.path.join(... statement
I'm trying to import another package that I've installed to the virtualenv site-packages (that I could easily install elsewhere say lib/); how & where do I add packages so that they're bundled with my app when it gets uploaded rather than in the system site-packages that's part of the path used to run GAE? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
