Hi setq,
Thank you for your response.
Trying to generate binary using pyinstaller i am getting error (both python2,python3).
Traceback (most recent call last):
File "tset.py", line 2, in <module>
ModuleNotFoundError: No module named 'mraa'
[1555] Failed to execute script test
Other pip installed modules is contains our code that is working only libmraa we getting error if i execute manually python code working.
I want to generate binary any other method is there without facing any issue with libmraa library ?
python3 libmraa working.
/boot/hw_intfc.conf is not present update kernel 4.4.154-99-rockchip (export DISTRO=bionic-testing).
Thanks & regards
Vasu