Skip to content

Properly loading Python and numpy in python_mplugin #9

@Bardo91

Description

@Bardo91

For some reason, it fails finding python when loading numpy. The error is common, but I all that I find, is for applications using python and numpy directly, not a library that is loaded by other app that does not have python I tried.

The problem is stated here https://stackoverflow.com/a/56018943. But the solution does not work in my case, probably because of the indirect usage of numpy inside of a library, loaded dynamically by an app without python. Apart from this, the main file of flow_kids has been modified.

Currently solved as shown in this commit f47225d .

If mplugin is built, then link python and numpy to flow kids too, so it finds everything properly. But there should be a way.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions