Skip to content

Instantly share code, notes, and snippets.

@infodox
Created December 19, 2013 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save infodox/8043888 to your computer and use it in GitHub Desktop.
Save infodox/8043888 to your computer and use it in GitHub Desktop.
2.6.6 Dead-Log
root@b0x:~/Weevely# uname -a
Linux b0x 2.6.32-042stab076.8 #1 SMP Tue May 14 20:38:14 MSK 2013 x86_64 GNU/Linux
root@b0x:~/Weevely# python -V
Python 2.6.6
root@b0x:~/Weevely# python weevely.py
Traceback (most recent call last):
File "weevely.py", line 21, in <module>
from core.terminal import Terminal, module_trigger, help_string
File "/root/Weevely/core/terminal.py", line 8, in <module>
from core.vector import Vector
File "/root/Weevely/core/vector.py", line 7, in <module>
class VectorsDict(collections.OrderedDict):
AttributeError: 'module' object has no attribute 'OrderedDict'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment