Added Python, WSGI to XAMPP
Gerry Reno
greno at verizon.net
Sat Dec 18 14:51:55 EST 2010
On 12/17/2010 02:36 PM, Daniel Fetchinson wrote:
>>>>>> 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
>
>
>
How-To: Add VirtualEnv and TurboGears2 (WSGI frmwk) to XAMPP
http://www.apachefriends.org/f/viewtopic.php?f=17&t=43207
-Gerry
More information about the Python-list
mailing list