[Python-Dev] make install fails with current Python CVS

Martin v. Löwis Martin v. Löwis
Thu, 12 Dec 2002 11:44:17 +0100


> I've tried to run a "make install" with todays CVS version, but
> this fails on my Linux box with the following error:
>
> Compiling
/home/lemburg/projects/Python/Installation/lib/python2.3/test/test_pep26
3.py ...
> Sorry: MemoryError:

That is typically an indication that the codec lookup has failed. Can
you try to lookup the koi8-r codec interactively?

Regards,
Martin