Git Product home page Git Product logo

Comments (3)

nilsnolde avatar nilsnolde commented on May 27, 2024

Encountered a problem along a similar line:

In the Kadas /bin directory the Python dll is named libpython3.9.dll instead of python39.dll (in official Python release). For Valhalla's bindings that's a problem, boost-python needs python39.dll which it is built against. Confirmed by renaming the dll while QGIS was open, then I could import Valhalla's bindings.

Is it possible for Kadas to stick to the more standard python39.dll?

from kadas-albireo2.

manisandro avatar manisandro commented on May 27, 2024

As KADAS is compiled using the MinGW toolchain and not MSVC, the naming convention used when building python via GNU Makefiles is used throughout. Briefly looking into it, I don't think it's practicable renaming the library without causing lots of breakage within python itself.

We will be following up with 2.0.2 shortly which will bring python3.9 final (or worst case rc2).

from kadas-albireo2.

nilsnolde avatar nilsnolde commented on May 27, 2024

Thanks for the info. Either we'll try to compile valhalla with MinGW or try to switch to pybind11 which shouldn't have the same issues.

from kadas-albireo2.

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.