mastermind icon indicating copy to clipboard operation
mastermind copied to clipboard

'module' object has no attribute 'main'

Open TheBabaYaga opened this issue 8 years ago • 0 comments

Steps to reproduce the expected behaviour

sudo pip install "git+https://github.com/ustwo/[email protected]#egg=mastermind"

vagrant in ~ ☢ python --version Python 2.7.6 vagrant in ~ ☢ mitmproxy --version mitmproxy 0.17

vagrant in ~ ☢ mastermind Traceback (most recent call last): File "/usr/local/bin/mastermind", line 11, in load_entry_point('mastermind==1.0.0', 'console_scripts', 'mastermind')() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 565, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2631, in load_entry_point return ep.load() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2291, in load return self.resolve() File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 2301, in resolve raise ImportError(str(exc)) ImportError: 'module' object has no attribute 'main'


Mastermind Version: v1.0.0 Operating System: Ubuntu 14.04

TheBabaYaga avatar May 05 '17 09:05 TheBabaYaga