Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. C:\Program Files\Electrum-1.9.8>python setup.py install
  2. Traceback (most recent call last):
  3. File "setup.py", line 20, in <module>
  4. usr_share = os.getenv("XDG_DATA_HOME", os.path.join(os.getenv("HOME"), ".local", "share"))
  5. File "C:\Python27\lib\ntpath.py", line 64, in join
  6. result_drive, result_path = splitdrive(path)
  7. File "C:\Python27\lib\ntpath.py", line 94, in splitdrive
  8. if p[1:2] == ':':
  9. TypeError: 'NoneType' object has no attribute '__getitem__'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement