python setup.py install
Traceback (most recent call last):
File "setup.py", line 37, in <module>
from pymlstats.version import mlstats_version
File "/home/mrx/src/ccm/CodeComMerg/MailingListStats/pymlstats/__init__.py", line 37, in <module>
from main import Application
ImportError: No module named 'main'
I'm using python Python 3.5.2
Do I need to have 2.7 for it or is there any other problem ?