Skip to content

Instantly share code, notes, and snippets.

@amiller
Created January 28, 2011 18:15
Show Gist options
  • Save amiller/800678 to your computer and use it in GitHub Desktop.
Save amiller/800678 to your computer and use it in GitHub Desktop.
I: Testing for Unicode support...
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hadoopy/thirdparty/pyinstaller/Configure.py", line 340, in <module>
main(opts.configfile)
File "/usr/local/lib/python2.6/dist-packages/hadoopy/thirdparty/pyinstaller/Configure.py", line 313, in main
test_unicode(config)
File "/usr/local/lib/python2.6/dist-packages/hadoopy/thirdparty/pyinstaller/Configure.py", line 239, in test_unicode
open(_useUnicodeFN, 'w').write(_useUnicode % module)
IOError: [Errno 13] Permission denied: '/usr/local/lib/python2.6/dist-packages/hadoopy/thirdparty/pyinstaller/support/useUnicode.py'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment