Re: Is Django more popular than Pylons?

2009-01-30 Thread Wichert Akkerman
Previously Gael Pasgrimaud wrote: Here it is: http://www.gawel.org/howtos/howto-install-pylons-with-buildout It might be useful to document using collective.recipe.modwsgi as well. That makes it trivial to use pylons with mod_wsgi from a buildout environment. Wichert. -- Wichert

Re: Is Django more popular than Pylons?

2009-01-30 Thread Gael Pasgrimaud
On Fri, Jan 30, 2009 at 12:27 PM, Wichert Akkerman wich...@wiggy.net wrote: Previously Gael Pasgrimaud wrote: Here it is: http://www.gawel.org/howtos/howto-install-pylons-with-buildout It might be useful to document using collective.recipe.modwsgi as well. That makes it trivial to use

Re: Pylons vs Tomcat+GWT

2009-01-30 Thread MilesTogoe
Tycon wrote: I heard that many enterprise web applications use tomcat (and Google Web Toolkit to create the client side javascript code). What are the advantages of using a framework like Pylons (or Django, Rails, etc) compared to using Java framworks ? Why can't the Java framwork be used

Re: FormAlchemy results in mako template

2009-01-30 Thread Gael Pasgrimaud
In pylons 0.9.6 you need this: ${ form.render() | n} On Fri, Jan 30, 2009 at 4:59 PM, Suha Onay suhao...@gmail.com wrote: Hi, I am using FormAlchemy to create html codes of forms, tables etc. in integration with SqlAlchemy in a Pylons project. Controller: c.userTable =

Pylons vs Thundercats

2009-01-30 Thread Jonathan Vanasco
If we're going to make ridiculous comparisons, I vote for a thread on this one. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups pylons-discuss group. To post to this group, send email to

Re: Pylons vs Thundercats

2009-01-30 Thread Mike Orr
On Fri, Jan 30, 2009 at 10:02 AM, Tom Longson (nym) toml...@gmail.com wrote: Thundercats for the win, no question. On Fri, Jan 30, 2009 at 10:01 AM, Jonathan Vanasco jvana...@gmail.com wrote: If we're going to make ridiculous comparisons, I vote for a thread on this one. Ah, who needs a

Re: Pylons vs Thundercats

2009-01-30 Thread Tom Longson (nym)
Thundercats for the win, no question. On Fri, Jan 30, 2009 at 10:01 AM, Jonathan Vanasco jvana...@gmail.com wrote: If we're going to make ridiculous comparisons, I vote for a thread on this one. --~--~-~--~~~---~--~~ You received this message because you

Re: Pylons vs Thundercats

2009-01-30 Thread Jonathan Vanasco
On Jan 30, 1:02 pm, Tom Longson (nym) toml...@gmail.com wrote: Thundercats for the win, no question. See I'd think that first , but 1) Agility Pylons is fast enough. Thundercats are very fast, but they have Snaf, who is fat and lazy. As a whole, he brings them down. 2) Enemies Pylons has

Re: Pylons vs Tomcat+GWT

2009-01-30 Thread Tycon
Is there a Rails-like framework for Java ? On Jan 30, 9:54 am, Jonathan Vanasco jvana...@gmail.com wrote: Java can take 10-20x longer to develop and manage than php / perl / python / etc.  When you factor in rapid/agile frameworks like Pylons, Rails, Django, Catyalyst, Cake, etc the

Re: Pylons vs Thundercats

2009-01-30 Thread Tycon
How many request per seconds can the thundercats serve ? On Jan 30, 11:19 am, Mike Orr sluggos...@gmail.com wrote: On Fri, Jan 30, 2009 at 11:00 AM, kai kai.keliik...@gmail.com wrote: You can't really draw comparisons between pylons and thundercats. Pylons and He-Man is an entirely

Re: Pylons vs Thundercats

2009-01-30 Thread Walter Cruz
On Fri, Jan 30, 2009 at 5:26 PM, Tycon adie...@gmail.com wrote: How many request per seconds can the thundercats serve ? Tigra can serve a lot, Snarf, not so many ;) Hey guys, have you seen the thundercarts fan-made preview? is kinda cool -- []' - Walter waltercruz.com

Re: Pylons vs Thundercats

2009-01-30 Thread Tom Longson (nym)
On Fri, Jan 30, 2009 at 11:26 AM, Tycon adie...@gmail.com wrote: How many request per seconds can the thundercats serve ? Old thundercats or new thundercats? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Pylons vs Thundercats

2009-01-30 Thread Walter Cruz
Pylons don't have a cool movie like that: http://www.youtube.com/watch?v=fb50GMmY5nk On Fri, Jan 30, 2009 at 5:29 PM, Tom Longson (nym) toml...@gmail.com wrote: On Fri, Jan 30, 2009 at 11:26 AM, Tycon adie...@gmail.com wrote: How many request per seconds can the thundercats serve ? Old

Re: Pylons vs Tomcat+GWT

2009-01-30 Thread chris mollis
'grails'? On Fri, Jan 30, 2009 at 2:21 PM, Tycon adie...@gmail.com wrote: Is there a Rails-like framework for Java ? On Jan 30, 9:54 am, Jonathan Vanasco jvana...@gmail.com wrote: Java can take 10-20x longer to develop and manage than php / perl / python / etc. When you factor in

Re: Pylons vs Thundercats

2009-01-30 Thread Tycon
Cool cast ! Looks like Wolverine left the X-Men to join the ThunderCats ? On Jan 30, 11:37 am, Walter Cruz walter@gmail.com wrote: Pylons don't have a cool movie like that:http://www.youtube.com/watch?v=fb50GMmY5nk On Fri, Jan 30, 2009 at 5:29 PM, Tom Longson (nym) toml...@gmail.com

Pylons reload signal?

2009-01-30 Thread Kevin Baker
We have a production server with --reload flag off. We would like to have it reload when we update our code, rather than doing a stop start. Is there a way to signal the running pylons process to do a reload? Thanks, -- kevin --~--~-~--~~~---~--~~ You received

Re: Is Django more popular than Pylons?

2009-01-30 Thread Damjan
Damjan, and does ipython works from $PYTHONUSERBASE? because it doesn't works on virtualenv. If if works then would be another great advantage :) Yes it works. I've just installed the distro version of ipython, and it can import the modules in my USERBASE, no problem. So you don't even need

Re: Source encoding issues

2009-01-30 Thread Damjan
On Jan 30, 11:36 am, Domen Kožar ielect...@gmail.com wrote: I somewhat figured out that my u'strings' get encoded to latin, even though utf-8 is set as OS locale, vim encoding and python source encoding. After fiddling around, I got that far:http://paste.pocoo.org/show/101978/ Any idea

Re: Pylons vs Tomcat+GWT

2009-01-30 Thread Jan Gurda
In my opinion Grails is new technology and isn't checked well. Of course I can be wrong. I am programming with Java. I use Hibernate, Spring and Facelets and to put it to work it takes a lot of time and a lot of xml written. 2009/1/30 chris mollis chris.mol...@gmail.com 'grails'? On Fri, Jan

Re: Pylons vs Tomcat+GWT

2009-01-30 Thread Philip Jenvey
On Jan 30, 2009, at 11:21 AM, Tycon wrote: Is there a Rails-like framework for Java ? The Java Wicket framework is intended to provide rapid web development ala Rails, that might be the closest thing. If you just want to run on the JVM and are willing to take a performance hit from

Re: Source encoding issues

2009-01-30 Thread Domen Kožar
Hey. I know about the pep and how python source files are encoded, but the interactive shell is something completely different. I wonder on what local env variable does shell depend. Since I have all of them either sl_SI.UTF8 or en_GB.UTF-8. On Jan 31, 1:39 am, Damjan gdam...@gmail.com wrote:

Re: Is Django more popular than Pylons?

2009-01-30 Thread Akira Kitada
Why not package management system on the system like apt/yum/MacPorts? For Pylons/TurboGears users, their system's package system would be preferable to setuptools', because it's robost and easier to manage their packages easily. Because distro release cycles can't keep up with the rate of