OpenWrt - python module installation

Started by srbyers, February 21, 2015, 05:00:56 PM

Previous topic - Next topic

srbyers

I have tried to install the pyalsa module and most recently the iMX233_GPIO module under OpenWrt. The setup.py install runs without errors, the .so file appears in site-packages, but when attempting to import I get the error ImportError: No file found
Any help would be appreciated.

lambda

Maybe you can strace the python process to see where it is looking for the module?

HTH,
Harald

mwalimu

Have you been able to get wifi working?