klip icon indicating copy to clipboard operation
klip copied to clipboard

init.py import error - no module named devices

Open coolharsh55 opened this issue 10 years ago • 0 comments

importing klip gives an error on __init__.py:

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/HarsH/CODE/python/virtual/klip/lib/python3.5/site-packages/klip/**init**.py", line 2, in <module>
    from devices import BaseKindle
ImportError: No module named 'devices'

This is caused by the code in init.py that exposes modules in devices and parser.

coolharsh55 avatar Oct 22 '15 14:10 coolharsh55