Added Python, WSGI to XAMPP

Daniel Fetchinson fetchinson at googlemail.com
Fri Dec 17 14:36:25 EST 2010


>>>>> How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP
>>>>> <http://www.apachefriends.org/f/viewtopic.php?f=17&t=42981>
>>>
>>> Maybe, if there's no Zope.  Or we'll run away screaming...
>>
>> That is rather pathetically true...
>>
>> Ah well, each to their own...
>>
>> Chris
>>
> What I really don't like right off is that Pyramid is contorting the MVC
> model just as Django did with their MTV model.  They are both making the
> controller be the view and this confuses the hell out of people who come
> from true MVC based projects.
>
> The VIEW is the bits that stream out of the webserver back to the users
> browser.  The CONTROLLER is the code that gathers all the pieces from
> the model and constructs the python code that is then fed to the engine
> that then creates the view.  And just because the controller navigates
> the logic to dynamically contruct/render a view, that does not make 'it'
> the view.

In turbogears that is exactly what happens.

Cheers,
Daniel



-- 
Psss, psss, put it down! - http://www.cafepress.com/putitdown



More information about the Python-list mailing list