MetricsGrimoire / MailingListStats

Mailing List Stats is a command line based tool used to analyze mboxes
http://metricsgrimoire.github.com/MailingListStats/
GNU General Public License v2.0
38 stars 25 forks source link

ImportError: No module named 'main' when I run python setup.py install #76

Open SaaShah opened 7 years ago

SaaShah commented 7 years ago

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 ?

acs commented 7 years ago

@SaadBinShahid you can try https://github.com/grimoirelab/perceval which is the new collection platform developed by Bitergia which supports mailing lists analysis.

I think that MailingListStats works only with python 2.7 but not sure about it.

gpoo commented 7 years ago

Indeed. Only Python 2.x.

There are some modules used that are not available in 3.x.

SaaShah commented 7 years ago

Ahh.. I hope you guys port it to 3.x soon.

Thank you & Good luck !