Problem building/installing zodb

Matthew matthewm at ihug.co.nz
Sun Jul 21 22:27:27 EDT 2002


Hi,

I'm trying to get zodb to install. While building ExtensionClass I get 
following output:-

D:\Python22\Downloads\zodb\ExtensionClass>python setup.py build
running build
running build_py
not copying src\Xaq.py (output up-to-date)
running build_ext
building 'ExtensionClass' extension
skipping src/ExtensionClass.c 
(build\temp.win32-2.2\Release\ExtensionClass.obj u
p-to-date)
D:\Program Files\DevStudio\VC\BIN\link.exe /DLL /nologo /INCREMENTAL:NO 
/LIBPATH
:d:\python22\libs /EXPORT:initExtensionClass 
build\temp.win32-2.2\Release\Extens
ionClass.obj /OUT:build\lib.win32-2.2\ExtensionClass.pyd 
/IMPLIB:build\temp.win3
2-2.2\Release\ExtensionClass.lib
d:\python22\libs\python22.lib : fatal error LNK1106: invalid file or 
disk full:
cannot seek to 0x3ca2d08c
error: command '"D:\Program Files\DevStudio\VC\BIN\link.exe"' failed 
with exit s
tatus 12

I pretty new at all this stuff, but I've checked out and eliminated all 
the obvious causes (as stated by error msg, ie: disk full, python22.lib 
exists, etc).

Platform is python2.2/win2k/vstudio97. I've also tried building in vs97 
and get identical error while trying to link. Any help would be much 
appreciated. Thanks, matthew.




More information about the Python-list mailing list