En Thu, 05 Jul 2007 05:08:58 -0300, <[EMAIL PROTECTED]>  
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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to