1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. | Traceback (most recent call last): File "C:\web2py\gluon\restricted.py", line 219, in restricted exec(ccode, environment) File "C:/web2py/applications/institute/controllers/plugin_ckeditor.py", line 72, in <module> File "C:\web2py\gluon\globals.py", line 421, in <lambda> self._caller = lambda f: f() File "C:/web2py/applications/institute/controllers/plugin_ckeditor.py", line 9, in upload mime_type) = current.plugin_ckeditor.handle_upload() File "C:\web2py\applications\institute\modules\plugin_ckeditor.py", line 112, in handle_upload else: File "C:\web2py\gluon\packages\dal\pydal\objects.py", line 1755, in store dest_file = self.uploadfs.open(unicode(newfilename), 'wb') NameError: name 'unicode' is not defined
|