Advertisement
bridgetsarah

appadmin.py errors

Jan 24th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 2.59 KB | None | 0 0
  1. Error ticket for "Edgeone"
  2. Ticket ID
  3. 127.0.0.1.2019-01-24.08-53-55.46f4b152-9921-4f2b-8bf4-1570640eef82
  4.  
  5. <class 'ImportError'> (ImportError("Cannot import module 'applications.Edgeone.modules.cStringIO'",), <traceback object at 0x7fafca84e5c8>)
  6. Version
  7. web2py™   Version 2.17.2-stable+timestamp.2018.10.06.18.54.02
  8. Traceback
  9. 1.
  10. 2.
  11. 3.
  12. 4.
  13. 5.
  14. 6.
  15. 7.
  16. 8.
  17. 9.
  18. 10.
  19. 11.
  20. 12.
  21. 13.
  22. 14.
  23. 15.
  24. 16.
  25. 17.
  26. 18.
  27. 19.
  28. 20.
  29. 21.
  30. 22.
  31. 23.
  32. 24.
  33. 25.
  34. 26.
  35. 27.
  36. 28.
  37. 29.
  38. 30.
  39. 31.
  40. 32.
  41. 33.
  42. 34.
  43. 35.
  44. 36.
  45. 37.
  46. Traceback (most recent call last):
  47.   File "/home/blackpanther/web2py/gluon/custom_import.py", line 77, in custom_importer
  48.     return NATIVE_IMPORTER(oname, globals, locals, fromlist, level)
  49. ModuleNotFoundError: No module named 'cStringIO'
  50.  
  51. During handling of the above exception, another exception occurred:
  52.  
  53. Traceback (most recent call last):
  54.   File "/home/blackpanther/web2py/gluon/custom_import.py", line 90, in custom_importer
  55.     result = result or sys.modules[modules_prefix+'.'+itemname]
  56. KeyError: 'applications.Edgeone.modules.cStringIO'
  57.  
  58. During handling of the above exception, another exception occurred:
  59.  
  60. Traceback (most recent call last):
  61.   File "/home/blackpanther/web2py/gluon/custom_import.py", line 92, in custom_importer
  62.     raise ImportError('Cannot import module %s' % str(e))
  63. ImportError: Cannot import module 'applications.Edgeone.modules.cStringIO'
  64.  
  65. During handling of the above exception, another exception occurred:
  66.  
  67. Traceback (most recent call last):
  68.   File "/home/blackpanther/web2py/gluon/custom_import.py", line 102, in custom_importer
  69.     return NATIVE_IMPORTER(name, globals, locals, fromlist, level)
  70. ModuleNotFoundError: No module named 'cStringIO'
  71.  
  72. During handling of the above exception, another exception occurred:
  73.  
  74. Traceback (most recent call last):
  75.   File "/home/blackpanther/web2py/gluon/restricted.py", line 219, in restricted
  76.     exec(ccode, environment)
  77.   File "/home/blackpanther/web2py/applications/Edgeone/controllers/appadmin.py", line 729, in <module>
  78.   File "/home/blackpanther/web2py/applications/Edgeone/controllers/appadmin.py", line 696, in _TEST
  79.   File "/home/blackpanther/web2py/gluon/custom_import.py", line 104, in custom_importer
  80.     raise ImportError(e1, import_tb)  # there an import error in the module
  81. ImportError: (ImportError("Cannot import module 'applications.Edgeone.modules.cStringIO'",), <traceback object at 0x7fafca84e5c8>)
  82. In file: /home/blackpanther/web2py/applications/Edgeone/controllers/appadmin.py
  83. 1.
  84. <code object <module> at 0x7fafca8b80c0, file "/home/blackpanther/web2py/applications/Edgeone/controllers/appadmin.py", line 7>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement