Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. [!] Something wrong happened while importing the module modules.distances_1: cannot import name _ring Traceback (most recent call last):
  2.  
  3. File "./stf.py", line 8, in from stf.core.ui import console
  4.  
  5. File "/root/StratosphereTestingFramework-master/stf/core/ui/console.py", line 12, in from stf.core.plugins import modules
  6.  
  7. File "/root/StratosphereTestingFramework-master/stf/core/plugins.py", line 40, in modules = load_modules()
  8.  
  9. File "/root/StratosphereTestingFramework-master/stf/core/plugins.py", line 25, in load_modules module = import(module_name, globals(), locals(), ['dummy'], -1)
  10.  
  11. File "/root/StratosphereTestingFramework-master/modules/dns_parser.py", line 9, in from stf.core.models import groupofgroupofmodels
  12.  
  13. File "/root/StratosphereTestingFramework-master/stf/core/models.py", line 1, in
  14. import persistent
  15.  
  16. File "/usr/local/lib/python2.7/dist-packages/persistent/init.py", line 35, in
  17. import persistent.timestamp as TimeStamp AttributeError: 'module' object has no attribute 'timestamp'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement