草庐IT

python - Cython hello world 示例在 Windows 中不起作用

coder 2024-06-08 原文

大家好,提前致谢。

我正在测试 Cython,我已经开始了最简单的案例,但是我在编译它时遇到了错误。使用:Python 2.7,最新的 cython 和 minGW。我编辑了 cygwinccompiler.py 并删除了 -mno-cygwin 行。

C:\Playground\demo_heeds\cython_test>python setup.py build_ext --inplace
running build_ext
skipping 'hello.c' Cython extension (up-to-date)
building 'hello' extension
C:\MinGW\bin\gcc.exe -mdll -O -Wall -IC:\Python27\include -IC:\Python27\PC -c he
llo.c -o build\temp.win-amd64-2.7\Release\hello.o
writing build\temp.win-amd64-2.7\Release\hello.def
C:\MinGW\bin\gcc.exe -shared -s build\temp.win-amd64-2.7\Release\hello.o build\t
emp.win-amd64-2.7\Release\hello.def -LC:\Python27\libs -LC:\Python27\PCbuild\amd
64 -lpython27 -lmsvcr90 -o C:\Playground\demo_heeds\cython_test\hello.pyd
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x8b): undefined referen
ce to `_imp__PyOS_snprintf'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x93): undefined referen
ce to `_imp__Py_GetVersion'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0xfb): undefined referen
ce to `_imp__PyOS_snprintf'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x114): undefined refere
nce to `_imp__PyErr_WarnEx'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x12e): undefined refere
nce to `_imp__PyTuple_New'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x150): undefined refere
nce to `_imp__PyString_FromStringAndSize'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x18a): undefined refere
nce to `_imp__Py_InitModule4'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x1a3): undefined refere
nce to `_imp__PyModule_GetDict'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x1c0): undefined refere
nce to `_imp__PyImport_AddModule'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x1e7): undefined refere
nce to `_imp__PyObject_SetAttrString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x208): undefined refere
nce to `_imp__PyString_FromStringAndSize'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x20e): undefined refere
nce to `_imp__PyString_InternFromString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x232): undefined refere
nce to `_imp__PyUnicodeUCS2_DecodeUTF8'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x294): undefined refere
nce to `_imp__PyObject_SetAttrString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x2af): undefined refere
nce to `_imp__PySys_GetObject'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x2c6): undefined refere
nce to `_imp__PyExc_RuntimeError'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x2d1): undefined refere
nce to `_imp__PyErr_SetString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x2e7): undefined refere
nce to `_imp__PyFile_WriteString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x300): undefined refere
nce to `_imp__PyFile_WriteObject'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x315): undefined refere
nce to `_imp__PyFile_WriteString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x36e): undefined refere
nce to `_imp__PyDict_SetItem'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x3ef): undefined refere
nce to `_imp__PyString_FromString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x41a): undefined refere
nce to `_imp__PyString_FromFormat'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x480): undefined refere
nce to `_imp__PyCode_New'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x4db): undefined refere
nce to `_imp__PyMem_Malloc'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x56f): undefined refere
nce to `_imp__PyMem_Realloc'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x5d9): undefined refere
nce to `_imp__PyModule_GetDict'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x5f7): undefined refere
nce to `_imp___PyThreadState_Current'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x602): undefined refere
nce to `_imp__PyFrame_New'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x618): undefined refere
nce to `_imp__PyTraceBack_Here'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x676): undefined refere
nce to `_imp__PyErr_Occurred'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x68b): undefined refere
nce to `_imp__PyExc_ImportError'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x696): undefined refere
nce to `_imp__PyErr_SetString'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x6e9): undefined refere
nce to `_imp__PyFile_SoftSpace'
build\temp.win-amd64-2.7\Release\hello.o:hello.c:(.text+0x707): undefined refere
nce to `_imp__PyDict_New'`enter code here`
c:/mingw/bin/../lib/gcc/mingw32/4.8.1/../../../../mingw32/bin/ld.exe: build\temp
.win-amd64-2.7\Release\hello.o: bad reloc address 0x0 in section `.data'
collect2.exe: error: ld returned 1 exit status
error: command 'gcc' failed with exit status 1

最佳答案

好的。为避免在评论中丢失答案:

编译器是 32 位 gcc 编译器,而 Python 是 64 位版本。这行不通。

关于python - Cython hello world 示例在 Windows 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18831785/

有关python - Cython hello world 示例在 Windows 中不起作用的更多相关文章

  1. ruby - 在 Ruby 程序执行时阻止 Windows 7 PC 进入休眠状态 - 2

    我需要在客户计算机上运行Ruby应用程序。通常需要几天才能完成(复制大备份文件)。问题是如果启用sleep,它会中断应用程序。否则,计算机将持续运行数周,直到我下次访问为止。有什么方法可以防止执行期间休眠并让Windows在执行后休眠吗?欢迎任何疯狂的想法;-) 最佳答案 Here建议使用SetThreadExecutionStateWinAPI函数,使应用程序能够通知系统它正在使用中,从而防止系统在应用程序运行时进入休眠状态或关闭显示。像这样的东西:require'Win32API'ES_AWAYMODE_REQUIRED=0x0

  2. python - 如何使用 Ruby 或 Python 创建一系列高音调和低音调的蜂鸣声? - 2

    关闭。这个问题是opinion-based.它目前不接受答案。想要改进这个问题?更新问题,以便editingthispost可以用事实和引用来回答它.关闭4年前。Improvethisquestion我想在固定时间创建一系列低音和高音调的哔哔声。例如:在150毫秒时发出高音调的蜂鸣声在151毫秒时发出低音调的蜂鸣声200毫秒时发出低音调的蜂鸣声250毫秒的高音调蜂鸣声有没有办法在Ruby或Python中做到这一点?我真的不在乎输出编码是什么(.wav、.mp3、.ogg等等),但我确实想创建一个输出文件。

  3. ruby-on-rails - 如果 Object::try 被发送到一个 nil 对象,为什么它会起作用? - 2

    如果您尝试在Ruby中的nil对象上调用方法,则会出现NoMethodError异常并显示消息:"undefinedmethod‘...’fornil:NilClass"然而,有一个tryRails中的方法,如果它被发送到一个nil对象,它只返回nil:require'rubygems'require'active_support/all'nil.try(:nonexisting_method)#noNoMethodErrorexceptionanymore那么try如何在内部工作以防止该异常? 最佳答案 像Ruby中的所有其他对象

  4. ruby-on-rails - s3_direct_upload 在生产服务器中不工作 - 2

    在Rails4.0.2中,我使用s3_direct_upload和aws-sdkgems直接为s3存储桶上传文件。在开发环境中它工作正常,但在生产环境中它会抛出如下错误,ActionView::Template::Error(noimplicitconversionofnilintoString)在View中,create_cv_url,:id=>"s3_uploader",:key=>"cv_uploads/{unique_id}/${filename}",:key_starts_with=>"cv_uploads/",:callback_param=>"cv[direct_uplo

  5. ruby - 在 Windows 机器上使用 Ruby 进行开发是否会适得其反? - 2

    这似乎非常适得其反,因为太多的gem会在window上破裂。我一直在处理很多mysql和ruby​​-mysqlgem问题(gem本身发生段错误,一个名为UnixSocket的类显然在Windows机器上不能正常工作,等等)。我只是在浪费时间吗?我应该转向不同的脚本语言吗? 最佳答案 我在Windows上使用Ruby的经验很少,但是当我开始使用Ruby时,我是在Windows上,我的总体印象是它不是Windows原生系统。因此,在主要使用Windows多年之后,开始使用Ruby促使我切换回原来的系统Unix,这次是Linux。Rub

  6. Python 相当于 Perl/Ruby ||= - 2

    这个问题在这里已经有了答案:关闭10年前。PossibleDuplicate:Pythonconditionalassignmentoperator对于这样一个简单的问题表示歉意,但是谷歌搜索||=并不是很有帮助;)Python中是否有与Ruby和Perl中的||=语句等效的语句?例如:foo="hey"foo||="what"#assignfooifit'sundefined#fooisstill"hey"bar||="yeah"#baris"yeah"另外,类似这样的东西的通用术语是什么?条件分配是我的第一个猜测,但Wikipediapage跟我想的不太一样。

  7. java - 什么相当于 ruby​​ 的 rack 或 python 的 Java wsgi? - 2

    什么是ruby​​的rack或python的Java的wsgi?还有一个路由库。 最佳答案 来自Python标准PEP333:Bycontrast,althoughJavahasjustasmanywebapplicationframeworksavailable,Java's"servlet"APImakesitpossibleforapplicationswrittenwithanyJavawebapplicationframeworktoruninanywebserverthatsupportstheservletAPI.ht

  8. 华为OD机试用Python实现 -【明明的随机数】 2023Q1A - 2

    华为OD机试题本篇题目:明明的随机数题目输入描述输出描述:示例1输入输出说明代码编写思路最近更新的博客华为od2023|什么是华为od,od薪资待遇,od机试题清单华为OD机试真题大全,用Python解华为机试题|机试宝典【华为OD机试】全流程解析+经验分享,题型分享,防作弊指南华为o

  9. Vscode+Cmake配置并运行opencv环境(Windows和Ubuntu大同小异) - 2

    之前在培训新生的时候,windows环境下配置opencv环境一直教的都是网上主流的vsstudio配置属性表,但是这个似乎对新生来说难度略高(虽然个人觉得完全是他们自己的问题),加之暑假之后对cmake实在是爱不释手,且这样配置确实十分简单(其实都不需要配置),故斗胆妄言vscode下配置CV之法。其实极为简单,图比较多所以很长。如果你看此文还配不好,你应该思考一下是不是自己的问题。闲话少说,直接开始。0.CMkae简介有的人到大二了都不知道cmake是什么,我不说是谁。CMake是一个开源免费并且跨平台的构建工具,可以用简单的语句来描述所有平台的编译过程。它能够根据当前所在平台输出对应的m

  10. python - 如何读取 MIDI 文件、更改其乐器并将其写回? - 2

    我想解析一个已经存在的.mid文件,改变它的乐器,例如从“acousticgrandpiano”到“violin”,然后将它保存回去或作为另一个.mid文件。根据我在文档中看到的内容,该乐器通过program_change或patch_change指令进行了更改,但我找不到任何在已经存在的MIDI文件中执行此操作的库.他们似乎都只支持从头开始创建的MIDI文件。 最佳答案 MIDIpackage会为您完成此操作,但具体方法取决于midi文件的原始内容。一个MIDI文件由一个或多个音轨组成,每个音轨是十六个channel中任何一个上的

随机推荐