On Jun 27, 3:10 pm, eliben <eli...@gmail.c omwrote:
Problem solved:
Hello,
I'm trying to compile the minimal example fromhttp://en.wikibooks.or g/wiki/Python_Programm ing/Extending_with_ Cwith
MinGW (latest version) and Python 2.5 (latest ActiveState binary
install). When running the setup file, the following happens:
>
running build
running build_ext
building 'hello' extension
writing build\temp.win3 2-2.5\Release\hel lo.def
d:\mingw\bin\gc c.exe -mno-cygwin -shared -s build
\temp.win32-2.5\Release\hel lomo
dule.o build\temp.win3 2-2.5\Release\hel lo.def -LC:\Python25\li bs -LC:
\Python25\P
Cbuild -lpython25 -lmsvcr71 -o build\lib.win32-2.5\hello.pyd
build\temp.win3 2-2.5\Release\hel lomodule.o:hell omodule.c:(.tex t+0x3e):
undefined
reference to `_imp___Py_None Struct'
build\temp.win3 2-2.5\Release\hel lomodule.o:hell omodule.c:(.tex t+0x46):
undefined
reference to `_imp___Py_None Struct'
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
>
What's more, compiling the same extension with Visual Studio 2005
(without using distutils) works fine, the extension is loaded and ran
successfully from Python. Any ideas about this error ?
>
Eli
I'm trying to compile the minimal example fromhttp://en.wikibooks.or g/wiki/Python_Programm ing/Extending_with_ Cwith
MinGW (latest version) and Python 2.5 (latest ActiveState binary
install). When running the setup file, the following happens:
>
running build
running build_ext
building 'hello' extension
writing build\temp.win3 2-2.5\Release\hel lo.def
d:\mingw\bin\gc c.exe -mno-cygwin -shared -s build
\temp.win32-2.5\Release\hel lomo
dule.o build\temp.win3 2-2.5\Release\hel lo.def -LC:\Python25\li bs -LC:
\Python25\P
Cbuild -lpython25 -lmsvcr71 -o build\lib.win32-2.5\hello.pyd
build\temp.win3 2-2.5\Release\hel lomodule.o:hell omodule.c:(.tex t+0x3e):
undefined
reference to `_imp___Py_None Struct'
build\temp.win3 2-2.5\Release\hel lomodule.o:hell omodule.c:(.tex t+0x46):
undefined
reference to `_imp___Py_None Struct'
collect2: ld returned 1 exit status
error: command 'gcc' failed with exit status 1
>
What's more, compiling the same extension with Visual Studio 2005
(without using distutils) works fine, the extension is loaded and ran
successfully from Python. Any ideas about this error ?
>
Eli
Comment