Created
February 17, 2016 10:26
-
-
Save msikma/87572f0648d33546be3c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/Users/msikma/.virtualenvs/kc/bin/kanaconv.py", line 9, in <module> | |
load_entry_point('kanaconv', 'console_scripts', 'kanaconv.py')() | |
File "/Users/msikma/.virtualenvs/kc/lib/python3.5/site-packages/pkg_resources/__init__.py", line 547, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/Users/msikma/.virtualenvs/kc/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2719, in load_entry_point | |
return ep.load() | |
File "/Users/msikma/.virtualenvs/kc/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2379, in load | |
return self.resolve() | |
File "/Users/msikma/.virtualenvs/kc/lib/python3.5/site-packages/pkg_resources/__init__.py", line 2385, in resolve | |
module = __import__(self.module_name, fromlist=['__name__'], level=0) | |
ImportError: No module named 'kanaconv.cli'; 'kanaconv' is not a package |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment