Git Product home page Git Product logo

Comments (3)

JonnyJD avatar JonnyJD commented on September 23, 2024

import discid is not importing discid.py it tried to import discid.dll that was in the same folder Oo.
I had all the different dlls in one folder to check them with one git repository.

EDIT:
It doesn't explicitely tell, but when using the Python API in the C library, one can apparently import the dll directly.
See http://docs.python.org/2/extending/extending.html.

from python-discid.

JonnyJD avatar JonnyJD commented on September 23, 2024

The same thing works on Linux when discid.so is present. Though it is less likely that this happens, because libraries mostly have the lib prefix on linux. (especially libdiscid)

Traceback (most recent call last):
  File "./examples.py", line 6, in <module>
    import discid
ImportError: dynamic module does not define init function (PyInit_discid)

This doesn't happen for Python on Windows directly. Neither opening the file with IDLE, nor using the cmd (example.py) or in MSYS (/C/Python27/python.exe example.py).
Possibly Python for Windows detects this problem and doesn't try to load discid.dll. It would seem weird that the dynamic module feature works on Cygwin, but not on Windows.

In Mac OS X I could reproduce this with discid.so (normally .dylib is used for dynamic libraries):

Traceback (most recent call last):
  File "./examples.py", line 6, in <module>
    import discid
ImportError: dynamic module does not define init function (initdiscid)

from python-discid.

JonnyJD avatar JonnyJD commented on September 23, 2024

There is no way for me to fix this in discid.py since that file is not even loaded.

from python-discid.

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.