Advertisement
Guest User

Untitled

a guest
Jul 17th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ./bin/tahoe --version
  2. Traceback (most recent call last):
  3. File "/Users/till_old/build/allmydata-tahoe-1.10.0/support/bin/tahoe", line 9, in <module>
  4. load_entry_point('allmydata-tahoe==1.10.0', 'console_scripts', 'tahoe')()
  5. File "/Users/till_old/build/allmydata-tahoe-1.10.0/support/lib/python2.7/site-packages/setuptools-0.6c16dev4.egg/pkg_resources.py", line 318, in load_entry_point
  6. return get_distribution(dist).load_entry_point(group, name)
  7. File "/Users/till_old/build/allmydata-tahoe-1.10.0/support/lib/python2.7/site-packages/setuptools-0.6c16dev4.egg/pkg_resources.py", line 2248, in load_entry_point
  8. return ep.load()
  9. File "/Users/till_old/build/allmydata-tahoe-1.10.0/support/lib/python2.7/site-packages/setuptools-0.6c16dev4.egg/pkg_resources.py", line 1981, in load
  10. entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  11. File "/Users/till_old/build/allmydata-tahoe-1.10.0/src/allmydata/scripts/runner.py", line 7, in <module>
  12. from allmydata.scripts.common import get_default_nodedir
  13. File "/Users/till_old/build/allmydata-tahoe-1.10.0/src/allmydata/scripts/common.py", line 6, in <module>
  14. from allmydata.util.encodingutil import unicode_to_url, quote_output, argv_to_abspath
  15. File "/Users/till_old/build/allmydata-tahoe-1.10.0/src/allmydata/util/encodingutil.py", line 65, in <module>
  16. _reload()
  17. File "/Users/till_old/build/allmydata-tahoe-1.10.0/src/allmydata/util/encodingutil.py", line 61, in _reload
  18. check_encoding(io_encoding)
  19. File "/Users/till_old/build/allmydata-tahoe-1.10.0/src/allmydata/util/encodingutil.py", line 34, in check_encoding
  20. raise AssertionError("The character encoding '%s' is not supported for conversion." % (encoding,))
  21. AssertionError: The character encoding '' is not supported for conversion.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement