On Monday 9. February 2015, Cyd Haselton wrote: > On February 9, 2015 4:10:00 PM CST, David Boddie <[email protected]> wrote:
> >It sounds trivial, but are they actually built for the correct > >architecture? > > > >On a desktop Linux system you could run "file" on the binary to get > >some idea > >of what the .so files are. I'm not sure what you can run in the > >environment > >you are using. > > They are. Here's the output for file > > > /bld/python/Python-3.4.2 $ file > /usr/python/lib/python3.4/lib-dynload/time.cpython-34m.so > /usr/python/lib/python3.4/lib-dynload/time.cpython-34m.so: ELF 32-bit LSB > shared object, ARM, version 1 (SYSV), dynamically linked, not stripped The next thing I'd try is to use ctypes to try and load it, but that won't help if you can't import ctypes. Do you have an ldd tool you can run on it? David _______________________________________________ Mobile-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/mobile-sig
