Re: Added Python, WSGI to XAMPP

2010-12-18 Thread Gerry Reno
On 12/17/2010 02:36 PM, Daniel Fetchinson wrote: >> How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP >> Maybe, if there's no Zope. Or we'll run away screaming... >>> >>> That is rather pathetically true... >>>

Re: Added Python, WSGI to XAMPP

2010-12-17 Thread Daniel Fetchinson
> How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP > >>> >>> 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

Re: Added Python, WSGI to XAMPP

2010-12-16 Thread Gerry Reno
On 12/16/2010 04:36 AM, Octavian Rasnita wrote: > From: "Ian Kelly" > > On Mon, Dec 13, 2010 at 5:58 PM, Gerry Reno wrote: > >> The VIEW is the bits that stream out of the webserver back to the users >> browser. >> > Why only to the user's browser? A web app could also offer the results

Re: Added Python, WSGI to XAMPP

2010-12-16 Thread Octavian Rasnita
From: "Ian Kelly" On Mon, Dec 13, 2010 at 5:58 PM, Gerry Reno wrote: > The VIEW is the bits that stream out of the webserver back to the users > browser. Why only to the user's browser? A web app could also offer the results in formats that can be accessed with something else than a browser.

Re: Added Python, WSGI to XAMPP

2010-12-15 Thread Gerry Reno
On 12/15/2010 07:36 PM, Ian Kelly wrote: > On Mon, Dec 13, 2010 at 5:58 PM, Gerry Reno wrote: > >> 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

Re: Added Python, WSGI to XAMPP

2010-12-15 Thread Ian Kelly
On Mon, Dec 13, 2010 at 5:58 PM, Gerry Reno wrote: > 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 vie

Pyramid and MVC (split from: Re: Added Python, WSGI to XAMPP)

2010-12-15 Thread Gerry Reno
On 12/15/2010 05:03 PM, Chris Withers wrote: > On 14/12/2010 00:58, Gerry Reno wrote: >> What I really don't like right off is that Pyramid is contorting the MVC >> model > > That specific pattern, I'm afraid, is a little antiquated nowadays, > particularly when it comes to web apps... > >> The VIE

Re: Added Python, WSGI to XAMPP

2010-12-15 Thread Chris Withers
On 14/12/2010 00:58, Gerry Reno wrote: What I really don't like right off is that Pyramid is contorting the MVC model That specific pattern, I'm afraid, is a little antiquated nowadays, particularly when it comes to web apps... The VIEW is the bits that stream out of the webserver back to t

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread Gerry Reno
On 12/13/2010 11:13 PM, rusi wrote: > On Dec 10, 2:29 am, Gerry Reno wrote: > >> If you have any need of a portable LAMP stack, I just finished writing >> some How-To's for getting Python, VirtualEnv and WSGI frameworks running >> with XAMPP: >> >> How-To: Add VirtualEnv and Pylons (WSGI framew

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread rusi
On Dec 10, 2:29 am, Gerry Reno wrote: > If you have any need of a portable LAMP stack, I just finished writing > some How-To's for getting Python, VirtualEnv and WSGI frameworks running > with XAMPP: > > How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP >

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread Gerry Reno
On 12/13/2010 07:12 PM, Chris Withers wrote: > On 14/12/2010 00:14, Gerry Reno wrote: >> On 12/13/2010 06:34 PM, Chris Withers wrote: >>> On 09/12/2010 21:29, Gerry Reno wrote: How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread Gerry Reno
On 12/13/2010 06:34 PM, Chris Withers wrote: > On 09/12/2010 21:29, Gerry Reno wrote: >> How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP >> > > You mean Pyramid, right? ;-) > > Chris > Maybe, if there's no Zope. Or we'll run

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread Chris Withers
On 14/12/2010 00:14, Gerry Reno wrote: On 12/13/2010 06:34 PM, Chris Withers wrote: On 09/12/2010 21:29, Gerry Reno wrote: How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP Maybe, if there's no Zope. Or we'll run away scre

Re: Added Python, WSGI to XAMPP

2010-12-13 Thread Chris Withers
On 09/12/2010 21:29, Gerry Reno wrote: How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP You mean Pyramid, right? ;-) Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.si

Added Python, WSGI to XAMPP

2010-12-09 Thread Gerry Reno
If you have any need of a portable LAMP stack, I just finished writing some How-To's for getting Python, VirtualEnv and WSGI frameworks running with XAMPP: How-To: Add VirtualEnv and Pylons (WSGI framework) to XAMPP How-To: Add VirtualEn