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 -- http://mail.python.org/mailman/listinfo/python-list