cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

set the PYTHONPATH variable to include the path to the ACI toolkit

Ok, so I had this defined before, and I got a new Mac, and now I cant remember how exactly I did it... basically what happens now when I enter the SAMPLES and try to run any of the .py, I get:

MatBook-Pro:samples mjovanovic$ python tutorial.py

Traceback (most recent call last):

  File "tutorial.py", line 30, in <module>

    from acitoolkit.acitoolkit import *

  File "/Users/mjovanovic/acitoolkit/acitoolkit/__init__.py", line 31, in <module>

    from .acisession import EventHandler, Login, Session, Subscriber  # noqa

  File "/Users/mjovanovic/acitoolkit/acitoolkit/acisession.py", line 46, in <module>

    from six.moves.queue import Queue

ImportError: No module named queue

MatBook-Pro:samples mjovanovic$

PS. I have credentials.py in all the required folders.

Who Me Too'd this topic