[user@localhost dumpmon]$ python dumpmon.py
Traceback (most recent call last):
File "dumpmon.py", line 12, in <module>
from lib.Pastebin import Pastebin, PastebinPaste
File "/data/apps/dumpmon/lib/Pastebin.py", line 1, in <module>
from .Site import Site
File "/data/apps/dumpmon/lib/Site.py", line 1, in <module>
from Queue import Queue
ImportError: No module named 'Queue'
I'm very confused about whether dumpmon requires Py3 or Py2 since the Twitter library doesn't seem to work properly in Py2 but does in Py3.