<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ERROR WHEN IMPORTING ACITOOLKIT in Controllers</title>
    <link>https://community.cisco.com/t5/controllers/error-when-importing-acitoolkit/m-p/3545289#M1462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;I have downloaded acitoolkit from github, unpacked the zip and run the install on my mac by issuing "sudo python &lt;A href="http://setup.py/" style="color: #265fb6;" target="_blank"&gt;setup.py&lt;/A&gt; install" but when i try to import the module using "from acitoolkit.acitoolkit import *", I get the exception below. I have made checked to be sure that six installed via pip, and it is. I am running python 2.7.10.&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;Does anyone know why this would be happening or how to fix it? Thank you in advance for your help! -Mike&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&amp;gt;&amp;gt;&amp;gt; from acitoolkit.acitoolkit import *&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from .acibaseobject import Tag # noqa&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/&lt;A href="http://acibaseobject.py/" style="color: #265fb6;" target="_blank"&gt;acibaseobject.py&lt;/A&gt;", line 38, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from .acisession import Session&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/&lt;A href="http://acisession.py/" style="color: #265fb6;" target="_blank"&gt;acisession.py&lt;/A&gt;", line 46, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from six.moves.queue import Queue&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;ImportError: No module named queue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Jun 2016 17:01:21 GMT</pubDate>
    <dc:creator>Michael Aossey</dc:creator>
    <dc:date>2016-06-23T17:01:21Z</dc:date>
    <item>
      <title>ERROR WHEN IMPORTING ACITOOLKIT</title>
      <link>https://community.cisco.com/t5/controllers/error-when-importing-acitoolkit/m-p/3545289#M1462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;I have downloaded acitoolkit from github, unpacked the zip and run the install on my mac by issuing "sudo python &lt;A href="http://setup.py/" style="color: #265fb6;" target="_blank"&gt;setup.py&lt;/A&gt; install" but when i try to import the module using "from acitoolkit.acitoolkit import *", I get the exception below. I have made checked to be sure that six installed via pip, and it is. I am running python 2.7.10.&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;Does anyone know why this would be happening or how to fix it? Thank you in advance for your help! -Mike&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;&amp;gt;&amp;gt;&amp;gt; from acitoolkit.acitoolkit import *&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;Traceback (most recent call last):&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "&amp;lt;stdin&amp;gt;", line 1, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/__init__.py", line 23, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from .acibaseobject import Tag # noqa&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/&lt;A href="http://acibaseobject.py/" style="color: #265fb6;" target="_blank"&gt;acibaseobject.py&lt;/A&gt;", line 38, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from .acisession import Session&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;File "acitoolkit/&lt;A href="http://acisession.py/" style="color: #265fb6;" target="_blank"&gt;acisession.py&lt;/A&gt;", line 46, in &amp;lt;module&amp;gt;&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;from six.moves.queue import Queue&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;ImportError: No module named queue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:01:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/error-when-importing-acitoolkit/m-p/3545289#M1462</guid>
      <dc:creator>Michael Aossey</dc:creator>
      <dc:date>2016-06-23T17:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR WHEN IMPORTING ACITOOLKIT</title>
      <link>https://community.cisco.com/t5/controllers/error-when-importing-acitoolkit/m-p/3545290#M1463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;Add this to your .bash_profile&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;export PYTHONPATH=/Library/Python/2.7/site-packages/:$PYTHONPATH&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;and&lt;/P&gt;&lt;P style="margin-bottom: 15px; color: #5a5a5a; font-family: 'myriad pro'; font-size: 14px;"&gt;$ sudo easy_install bpython&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jun 2016 17:03:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/controllers/error-when-importing-acitoolkit/m-p/3545290#M1463</guid>
      <dc:creator>miciesla</dc:creator>
      <dc:date>2016-06-23T17:03:21Z</dc:date>
    </item>
  </channel>
</rss>

