FYI: I ran into a problem using plugin_ckeditor when running web2py on python 2.5.2. It generates an error associated with modules/ plugin_ckeditor.py at line 44:
43 *self.settings.extra_fields.get(upload_name, []), 44 migrate = migrate, When I upgraded python to 2.7.2 everything worked as designed with no errors. Just thought others might want to know. - Tom

