<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Tue, 3 Nov 2015 at 17:09 Zachary Peterson <<a href="mailto:zap@fastmail.com">zap@fastmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  File "/usr/lib/python2.7/dist-packages/electrum/simple_config.py", line 157, in read_user_config<br>
    raise IOError("Cannot read config file.")<br>
IOError: Cannot read config file.</blockquote><div><br></div><div>This error is raised if an exception occurs reading the configuration file, located at ~/.electrum/config. Unfortunately the reraised exception contains no information about what went wrong.<br><br></div><div>The following command should reproduce the process used by Electrum 1.9.8 to load the config file:<br></div><div><br></div><div>python -c 'import ast, os; print ast.literal_eval(open(os.path.expanduser("~/.electrum/config")))'<br><br></div><div>This should fail with a Python exception; could you reply to this bug with the output?<br><br>(The problem could be that your configuration is corrupt somehow, or the file is unreadable for some reason. Another possibility is that you have run a newer version of Electrum somehow; newer versions use a different format for the configuration and wallet files, and will upgrade it automatically, making older versions unable to read the files.)<br></div></div></div>