Problem with building extension in Python

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Thu Jul 5 04:33:07 EDT 2007


En Thu, 05 Jul 2007 05:08:58 -0300, <vedrandekovic at v-programs.com>  
escribió:

> I have already install Microsoft visual studio .NET 2003 and MinGw,
> when I try to build a extension:

Is this for Python 2.4? I think you can't compile Python 2.5 with VS2003.

> python my_extension_setup.py build ( or install ) , I get an error:
>
> LINK : fatal error LNK1141: failure during build of exports file
> error: command '"C:\Program Files\Microsoft Visual Studio .NET
> 2003\Vc7\bin\link.exe"' failed with exit status 1141.What shoud I
> do???

Almost surely you got a previous error, making link to fail. Try to  
correct *that* error.

-- 
Gabriel Genellina




More information about the Python-list mailing list