Hi Olaf, > I just installed PyLint after not having used it for a while. > I get the below error. I am using an older version of Python 2.3.5, > could this be the problem? Yes: decorator syntax was added in Python 2.4. http://docs.python.org/whatsnew/2.4#pep-318-decorators-for-functions-and-methods
Cheers _______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
