<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 02/11/15 23:56, Thales wrote:<br>
</div>
<blockquote cite="mid:1918675916.958210.1446508275768.JavaMail.yahoo@mail.yahoo.com" type="cite">
<div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, sans-serif;font-size:12px">
<div dir="ltr" id="yui_3_16_0_1_1446507161078_11327">I'm trying to get DevStack to work, but am getting errors.  Is this a good list to ask questions for this?  I can't seem to get answers anywhere I look.   I tried the openstack list, but it kind of moves
 slow.</div>
<div dir="ltr" id="yui_3_16_0_1_1446507161078_11325"><br>
</div>
<div dir="ltr" id="yui_3_16_0_1_1446507161078_11321">Thanks for any help.</div>
<div dir="ltr" id="yui_3_16_0_1_1446507161078_11321"><br>
</div>
<div dir="ltr" id="yui_3_16_0_1_1446507161078_11321">Regards, John</div>
</div>
</blockquote>
<br>
In case it helps, I had no problem using DevStack's stable/liberty branch yesterday.  If you don't specifically need master, you might try that too:<br>
<br>
  # Clone the DevStack repository.<br>
  git clone <a class="moz-txt-link-freetext" href="https://git.openstack.org/openstack-dev/devstack">
https://git.openstack.org/openstack-dev/devstack</a><br>
<br>
  # Use the stable/liberty branch.<br>
  cd devstack<br>
  git checkout stable/liberty<br>
<br>
  ...<br>
<br>
I also just looked again at your report on openstack@.  Were you using Python 2.7?<br>
<br>
I expect you'll have seen discussions like <a class="moz-txt-link-freetext" href="http://stackoverflow.com/questions/23176697/importerror-no-module-named-io-in-ubuntu-14-04">
http://stackoverflow.com/questions/23176697/importerror-no-module-named-io-in-ubuntu-14-04</a>.  It's not obvious to me how those can be relevant, though, as they seem to involve corruption of an existing virtualenv, whereas DevStack I believe creates a virtualenv
 from scratch.<br>
<br>
When you say 'on Ubuntu 14.04', are we talking a completely fresh install with nothing else on it?  That's the most reliable way to run DevStack - people normally create a fresh disposable VM for this kind of work.<br>
<br>
Regards,<br>
    Neil<br>
<br>
</body>
</html>