b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

ImportError: No module named lictionary #3

Closed HelaFaye closed 5 years ago

HelaFaye commented 5 years ago
file` "...able/__init__.py", line 3, in <module>
04-14 18:32:08.974 23995 24891 I python  :    File ".../able/util.py", line 10, in <module>
04-14 18:32:08.975 23995 24891 I python  :  ImportError: No module named lictionary
04-14 18:32:08.975 23995 24891 I python  : Python for android ended.

It appears you used lictionary without importing it.

b3b commented 5 years ago

There is noutil.py module in the project. Maybe some local modifications?

RoberWare commented 5 years ago

I solved it adding licionary and tatsu to buildozer.spec requirements.