Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
SaaShah opened this issue Dec 26, 2016 · 3 comments
Open

Comments

@SaaShah
Copy link

SaaShah commented Dec 26, 2016

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
Copy link
Member

acs commented Dec 26, 2016

@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
Copy link
Member

gpoo commented Dec 27, 2016

Indeed. Only Python 2.x.

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

@SaaShah
Copy link
Author

SaaShah commented Dec 27, 2016

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

Thank you & Good luck !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants