On Sun, Jan 19, 2014 at 3:56 AM, william hatch <billhatch40@yahoo.com> wrote:
I have been trying to install pyrtlsdr from https://github.com/roger-/pyrtlsdr  using the librtlsdr shared libraries from https://github.com/keesj/android-rtlsdr . So far the python code installed under /mnt/sdcard/sl4a/scripts is unable to find the librtlsdr shared libraries installed in /data/data/local with that location appended to sys.path. 

My objective is to access and control the USB SDR tuner directly from my python code without relying on the TCP server. Any help or hints welcome.



Does android run linux? Seems like a python question. In linux i would check on PYTHONPATH or other similar pyVariables...