Skip to content

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

@SaaShah

Description

@SaaShah

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions