我正在尝试使用 Nuitka 和此处的说明将 Python 3 文件从 Ubuntu 内部编译为 Windows 可执行文件。尝试编译时,出现错误
Error, no 'Python.h' development headers can be found, dependency not satisfied!
不过,当我尝试为 Linux 编译时它可以工作
我已经安装了python3-dev
软件包并在 Wine 中安装了 Python 3。如何在 Wine 中安装 Python 开发头文件?
编辑:似乎头文件存在于/home/$USER/.wine/drive_c/Python33/include
但 Nuitka 没有看到它们?