gpt4 book ai didi

python - Cython 和 gcc : can't run compiled program

转载 作者:太空宇宙 更新时间:2023-11-04 01:38:10 25 4
gpt4 key购买 nike

我在 python 到 C 代码的转换和进一步编译方面遇到了问题。

首先,我安装了 MinGW,写了`setup.py?使用 Cython 编写脚本并将 python 代码(最简单的 helloworld)翻译成 C:

python setup.py build_ext --inplace

然后我尝试编译生成的 .c 文件:

gcc.exe helloworld.c -mdll -IC:\Python27\include -IC:\Python27\PC -LC:\Python27\libs -LC:\Python27\PCbuild -lpython27 -lmsvcr90

编译期间没有发生错误,但是当我尝试启动生成的a.exe 文件时,出现以下错误:

a.exe is not a valid Win32 application

我不知道如何解决这个问题。
我运行的是 32 位 Vista。
附言抱歉我的英语不好。

最佳答案

参见 Embedding Cython 上的 Cython wiki|用于使用 Cython 创建独立的可执行文件

关于python - Cython 和 gcc : can't run compiled program,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10759765/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com