Disutils prob: extension module

Markus von Ehr markus.vonehr at ipm.fhg.de
Wed Aug 28 07:35:23 EDT 2002


Thanks Thomas,

OK, I use MSVC 5, I'll try it with MSVC 6.

Markus


Thomas Heller schrieb:
> 
> "Markus von Ehr" <markus.vonehr at ipm.fhg.de> wrote in message news:3D6CA3C5.D4165A54 at ipm.fhg.de...
> > Hi,
> >
> > I have a compiler link problem.
> >
> > I took the elemlist.c example (python extension) and tried to
> > compile it using:
> > python setup.py install
> >
> > I get a Link error (something like that, translated to english):
> >
> > c:\programme\python21\libs\python21.lib: fatal error LNK1106:
> > Invalid file or disk full: positioning on 0x3cb3134e not possible
> > error: command 'e:\programme\DevStudio\VC\BIN\link.exe' failed with
> > exit status 12
> >
> > Anybody can tell me why I get the link error? The python21.lib is
> > in the mentioned folder.
> 
> Isn't this a library compatibility problem which was mentioned some
> time ago?
> Which version of MSVC do you use?
> IIRC, you have to use MSVC 6, with recent service packs installed...
> 
> Thomas



More information about the Python-list mailing list