http://mmgen-wallet.i2p/project/mmgen/mmgen-wallet/commit/ea81d466a854ff29f1d03165ce9ab63c0952fc0c?style=split
Unable to determine home directory') - # https://wiki.debian.org/Python: - # Debian (Ubuntu) sys.prefix is '/usr' rather than '/usr/local, so add 'local' - # This must match the configuration in setup.py - shared_data_path = os.path.join( - sys.prefix, - *(['local','share'] if platform == 'linux' else ['share']), - proj_name.lower() - ) data_dir_root,data_dir,cfg_file = None,None,None data_dir_root,data_dir,cfg_file = None,None,None daemon_data_dir = '' # set by user daemon_data_dir = '' # set by user...