Re: domain redirects: do I want to write a middleware

2007-09-07 Thread Yury Yurevich
On Fri, 7 Sep 2007 11:11:41 +0300, Max wrote: P.S.: I used to have this logic with Apache mod_rewrite rules but they stopped working once I setup Apache to proxy all requests to Pylons. Maybe WSGIRewrite (http://cheeseshop.python.org/pypi/WSGIRewrite) will help you. -- wbr, Yury Yurevich

Re: Pylons and twisted?

2007-09-05 Thread Yury Yurevich
(sample_app)) wsgi_httpd = strports.service('tcp:8080', channel.HTTPFactory(wsgi_site)) wsgi_httpd.setServiceParent(application) But this is only deployment techinque, there is no standard way to use Pylons stuff from twisted app and vice versa. -- wbr, Yury

Re: Pudge troubles

2006-12-17 Thread Yury Yurevich
On 20:59:12 Sun 17 Dec, Stephen F. Steiner wrote: easy_install Pylons[pudge] But using that I get: Using /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ site-packages/Pylons-0.9.3-py2.5.egg Processing dependencies for Pylons[pudge] Searching for