<div dir="ltr"><div>Apologies for replying to my own message, but I've figured it out. If anyone else is wondering I ended up with:<br><br>from pylxd import client<br>lxdClient = client.Client()<br><br></div>Matt<br><div><br><div class="gmail_extra"><br><div class="gmail_quote">On 7 October 2016 at 22:03, Matt Green <span dir="ltr"><<a href="mailto:mephi@mephi.co.uk" target="_blank">mephi@mephi.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi,<br><br></div>I'm trying to play around with pylxd but not getting very far. The documentation states you can start with:<br><pre><span class="m_4658285803250574852gmail-gp">>>> </span><span class="m_4658285803250574852gmail-kn">from</span> <span class="m_4658285803250574852gmail-nn">pylxd</span> <span class="m_4658285803250574852gmail-kn">import</span> <span class="m_4658285803250574852gmail-n">Client</span>
<span class="m_4658285803250574852gmail-gp">>>> </span><span class="m_4658285803250574852gmail-n">client</span> <span class="m_4658285803250574852gmail-o">=</span> <span class="m_4658285803250574852gmail-n">Client</span><span class="m_4658285803250574852gmail-p">()</span></pre><br>When I try it, I get:<br><span style="font-family:monospace,monospace">>>> from pylxd import Client<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>ImportError: cannot import name Client</span><br><div><br></div><div>I've found that I can do:<br><span style="font-family:monospace,monospace">>>> from pylxd import client</span><br></div><div><br>But I can't assign that to anything:<br><span style="font-family:monospace,monospace">>>> lxdClient = client()<br>Traceback (most recent call last):<br>  File "<stdin>", line 1, in <module><br>TypeError: 'module' object is not callable<br></span></div><div><br><br></div><div>I've got what I think is a pretty standard Ubuntu server 16.04 install, I apt-get installed LXD originally and when I started this I've apt-get installed python-pylxd (although I've also tried a pip install and that didn't change anything). <br><br></div><div>Any ideas what's wrong?<br><br></div><div>Cheers,<br><br></div><div>Matt<br></div></div>
</blockquote></div><br></div></div></div>