perone / stallion

Stallion - A Python Package Manager
Other
297 stars 26 forks source link

Stallion in mac #57

Open jothachil opened 9 years ago

jothachil commented 9 years ago

Traceback (most recent call last): File "/usr/local/bin/stallion", line 9, in load_entry_point('Stallion==0.4', 'console_scripts', 'stallion')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load entry = import(self.module_name, globals(),globals(), ['name']) File "/Library/Python/2.7/site-packages/Stallion-0.4-py2.7.egg/stallion/main.py", line 26, in from docutils.core import publish_parts File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/core.py", line 20, in from docutils import frontend, io, utils, readers, writers File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/frontend.py", line 41, in import docutils.utils File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/utils/init.py", line 20, in import docutils.io File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/io.py", line 18, in from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/utils/error_reporting.py", line 47, in locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale return _parse_localename(localename) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, in _parse_localename raise ValueError, 'unknown locale: %s' % localename ValueError: unknown locale: UTF-8 Johns-MacBook-Pro:~ john$ plp [--help] Traceback (most recent call last): File "/usr/local/bin/plp", line 9, in load_entry_point('Stallion==0.4', 'console_scripts', 'plp')() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point return ep.load() File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load entry = import(self.module_name, globals(),globals(), ['name']) File "/Library/Python/2.7/site-packages/Stallion-0.4-py2.7.egg/stallion/console.py", line 12, in from stallion.main import get_shared_data, get_pkg_res File "/Library/Python/2.7/site-packages/Stallion-0.4-py2.7.egg/stallion/main.py", line 26, in from docutils.core import publish_parts File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/core.py", line 20, in from docutils import frontend, io, utils, readers, writers File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/frontend.py", line 41, in import docutils.utils File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/utils/init.py", line 20, in import docutils.io File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/io.py", line 18, in from docutils.utils.error_reporting import locale_encoding, ErrorString, ErrorOutput File "/Library/Python/2.7/site-packages/docutils-0.12-py2.7.egg/docutils/utils/error_reporting.py", line 47, in locale_encoding = locale.getlocale()[1] or locale.getdefaultlocale()[1] File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale return _parse_localename(localename) File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, in _parse_localename raise ValueError, 'unknown locale: %s' % localename ValueError: unknown locale: UTF-8