GithubHelp home page GithubHelp logo

Comments (5)

nikias avatar nikias commented on June 19, 2024

You need to make sure the cython bindings for libplist are available.

from libimobiledevice.

toadzhou avatar toadzhou commented on June 19, 2024

I want to use python to use your library. It is best to use under Windows, Hope to get your help.
I can't C/C + +, so want to use python.

root@debian:/libimobiledevice/cython# gcc -c -fPIC -I/usr/include/python2.7 -I../include/ imobiledevice.c
root@debian:
/libimobiledevice/cython# gcc -shared imobiledevice.o -o imobiledevice.so
root@debian:~/libimobiledevice/cython# python
Python 2.7.3 (default, Jan 2 2013, 13:56:14)
[GCC 4.7.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import imobiledevice
Traceback (most recent call last):
File "", line 1, in
ImportError: ./imobiledevice.so: undefined symbol: instproxy_upgrade

from libimobiledevice.

FunkyM avatar FunkyM commented on June 19, 2024

imobiledevice.pxd:1:8: 'plist.pxd' not found

You are missing the python bindings for libplist on your host which are used by libimobiledevice's python bindings.

Furthermore, please report which version of libimobiledevice you are using.

from libimobiledevice.

toadzhou avatar toadzhou commented on June 19, 2024

Libplist problem I have solved.
libimobiledevice version = (git clone https://github.com/libimobiledevice/libimobiledevice.git)

Hope to have a demo :)

from libimobiledevice.

FunkyM avatar FunkyM commented on June 19, 2024

Closing due to no activity. If you still have issues feel free to report.

from libimobiledevice.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.