~lattis/muon#114: 
muon analyze throws errors with some functions of python module

C:/Documents/msys2/home/vincent.torri/gitroot_64/libxml2_gitlab/python/meson.build:18:14: error method get_install_dir not found on python_installation
18 |   message(py.get_install_dir())
                  ^
C:/Documents/msys2/home/vincent.torri/gitroot_64/libxml2_gitlab/python/meson.build:20:3: error method extension_module not found on python_installation
20 |   py.extension_module('libxml2mod', files(libxml2mod_src),
          ^
Status
RESOLVED BY_DESIGN
Submitter
~vtorri
Assigned to
No-one
Submitted
1 year, 22 days ago
Updated
10 months ago
Labels
No labels applied.

~lattis 1 year, 21 days ago

Is this muon fmt or muon analyze?

~vtorri 1 year, 21 days ago

oups, analyze of course

~lattis REPORTED BY_DESIGN 10 months ago

So this is because muon doesn't implement those functions. The fix is to implement the functions in the python module.

Register here or Log in to comment, or comment via email.