Call the C++ hello() function from Python.下面是makefilePYLIBPATH = $(shell python-config--exec-prefix)/libOPTS = $(shellpython-config --include) -O2
@pyt
/configure: line 14697: /usr/local/bin/python-config: No such file or directoryconfigure:我设法在python-config中找到了usr/bin,那么如何更改其目录以进行配置呢?或者问题就在别的地方?(我只想构建gnome-weather)