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

M.-A. Lemburg mal@lemburg.com
Thu, 12 Dec 2002 11:35:12 +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_pep263.py ...
Sorry: MemoryError:

Is that just my setup or reproducable on other machines as well ?
The above file looks pretty innocent to me:

#! -*- coding: koi8-r -*-
assert u"<russian for python>".encode("utf-8") == '\xd0\x9f\xd0\xb8\xd1\x82\xd0\xbe\xd0\xbd'
assert u"\<russian p>".encode("utf-8") == '\\\xd0\x9f'

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/