Routes host mapping

2008-03-09 Thread Leo
I have a site and a hostname has aliases: aaa.bbb.com ccc.bbb.com And! bbb.com -- is not a site at all! So subdomain mapping will not help. Is it possible to map these different domains to different controllers using Routes? --~--~-~--~~~---~--~~ You received this m

Starting up Pylons-ja Community

2008-03-09 Thread junya
Hi, Today, we start up Pylons-ja community. http://groups.google.co.jp/group/pylons-ja We had the "Python Developer Camp 2008 Winter (in Japan)" in this weekend. There were about 50 members in the camp, and Pylons and WSGI attracted a lot of interest. So, we decided to make a japanese community

Re: Starting up Pylons-ja Community

2008-03-09 Thread Mike Orr
The Pylons users map has nobody in Asia. :( Where are you guys? http://wiki.pylonshq.com/display/pylonsmisc/Pylons+users+world+map On Sun, Mar 9, 2008 at 8:18 AM, junya <[EMAIL PROTECTED]> wrote: > > Hi, > > Today, we start up Pylons-ja community. > http://groups.google.co.jp/group/pylons-ja

Re: Starting up Pylons-ja Community

2008-03-09 Thread Atsushi Shibata
Hi all. This another asian Pylonista ;-). On Sun, 9 Mar 2008 14:44:33 -0700, wrote: > The Pylons users map has nobody in Asia. :( Where are you guys? Not so many, but there are some developers enjoy Pylons in Japan. I've just been back from Python Sprint in Japan, which I organized. We had o

Re: Starting up Pylons-ja Community

2008-03-09 Thread Junya Hayashi
Hi Mike, Thank you for your suggestion. I've just put my place on google map. :-) Junya Hayashi <[EMAIL PROTECTED]> On 3月10日, 午前6:44, "Mike Orr" <[EMAIL PROTECTED]> wrote: > The Pylons users map has nobody in Asia. :( Where are you guys? > > http://wiki.pylonshq.com/display/pylonsmisc/Pyl

how do i show form errors on a template ?

2008-03-09 Thread Jonathan Vanasco
I made a FormValidator subclass called DatefieldsValidator (below) , which validates a day/month/year field how should I push errors from there into the template ? can helpers be used? --- class DatefieldsValidator(formencode.validators.FormValidator): """ Checks if a date is valid

%2B (plus sign) gets decoded twice?

2008-03-09 Thread michi
Hello, I'm using Pylons-0.9.6.1. When a request URL contains percent-encoded plus signs (%2B), the corresponding controller receives them as spaces (" "). Say the request URL is: http://example.com/language/view/C%2B%2B The value of request.environ["PATH_INFO"] is '/language/view/C++', which is