Yet another comparison of Python Web Frameworks
Peter Otten
__peter__ at web.de
Wed Oct 10 14:15:30 EDT 2007
More information about the Python-list mailing list
Wed Oct 10 14:15:30 EDT 2007
- Previous message (by thread): Yet another comparison of Python Web Frameworks
- Next message (by thread): Yet another comparison of Python Web Frameworks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Kay Schluehr wrote: >> http://mdp.cti.depaul.edu/examples > > The delivered sourcecode is syntactically broken. Tabs and whitespaces > were mixed and when I open a file like gluon/global.py I find sections > like this: > > class Request(Storage): > """ > defines the request object and the default values of its members > """ > def __init__(self): > self.env=Storage() # this line is incorrect syntax in Python You may have configured your editor to use a tabwidth of four spaces (Python always uses 8). Peter
- Previous message (by thread): Yet another comparison of Python Web Frameworks
- Next message (by thread): Yet another comparison of Python Web Frameworks
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list