Problem with building extension in Python

Stefan Behnel stefan.behnel-n05pAM at web.de
Thu Jul 5 04:28:09 EDT 2007


vedrandekovic at v-programs.com wrote:
> I have already install Microsoft visual studio .NET 2003 and MinGw,
> when I try to build a extension:
> 
> 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???

Tell us what the actual error message is? What you provide here is only the
last line, the real error is most likely before that. Please provide a bit
more of the output, anything that might be helpful to understand the problem.

Stefan



More information about the Python-list mailing list