Can't get Pyramid to work with mod_wsgi

2011-07-15 Thread Aviv Giladi
Hi, I have a Pyramid app and apache with mod_wsgi and I'm trying to make them work together. Here is my httpd.conf: ServerRoot /home/user/webapps/myapp/apache2 LoadModule dir_modulemodules/mod_dir.so LoadModule env_modulemodules/mod_env.so LoadModule log_config_module

Re: Can't get Pyramid to work with mod_wsgi

2011-07-15 Thread Chris McDonough
On Fri, 2011-07-15 at 00:31 -0700, Aviv Giladi wrote: Hi, I have a Pyramid app and apache with mod_wsgi and I'm trying to make them work together. Here is my httpd.conf: ServerRoot /home/user/webapps/myapp/apache2 LoadModule dir_modulemodules/mod_dir.so LoadModule env_module

Re: Basic setup of pyramid-formalchemy

2011-07-15 Thread Gael Pasgrimaud
Hi, First notice that formalchemy has it's own mailing list: http://groups.google.com/group/formalchemy?pli=1 On Wed, Jul 13, 2011 at 6:02 PM, Benjamin Sims benjamins...@gmail.com wrote: Hi, I am currently creating an application using Pyramid. In order to save time, I am interested in using

deform: Problem with DateWidget on opera 11

2011-07-15 Thread Robert Forkel
hi all, just encountered a problem with DateWidget on opera 11: Since opera does already implement the HTML 5 input type date, clicking on a date field in this browser will present the user with two calendar widgets: one of opera on top, and the jquery datepicker below. Since the opera datepicker

Re: deform: Problem with DateWidget on opera 11

2011-07-15 Thread Chris McDonough
On Fri, 2011-07-15 at 03:50 -0700, Robert Forkel wrote: hi all, just encountered a problem with DateWidget on opera 11: Since opera does already implement the HTML 5 input type date, clicking on a date field in this browser will present the user with two calendar widgets: one of opera on top,

Re: deform: Problem with DateWidget on opera 11

2011-07-15 Thread Robert Forkel
https://github.com/Pylons/deform/issues/31 On Fri, Jul 15, 2011 at 12:54 PM, Chris McDonough chr...@plope.com wrote: On Fri, 2011-07-15 at 03:50 -0700, Robert Forkel wrote: hi all, just encountered a problem with DateWidget on opera 11: Since opera does already implement the HTML 5 input type

Pyramid 1.1b3 released

2011-07-15 Thread Chris McDonough
Pyramid 1.1b3 has been released. Here are the changes: Features - Fix corner case to ease semifunctional testing of views: create a new rendererinfo to clear out old registry on a rescan. See https://github.com/Pylons/pyramid/pull/234. - New API class: