[Metakit] Python with metakit 2.4.9
Jani Lahtinen
jani.lahtinen at hut.fi
Wed Nov 30 01:15:32 CET 2005
Hello,
I got interested in Metakit and thought to give it a try with python on
Gentoo Linux on AMD64 or RHEL 4 on i386. The `make test` went through
well. However, when I try the examples derived.py, millions.py or
mkmemoio.py I get:
$ python derived.py
[1, 2, 3, 4, 5, 6]
[2, 3, 4, 5]
[2, 4, 5]
Traceback (most recent call last):
File "derived.py", line 34, in ?
v2.delete(1)
AttributeError: delete
$ python millions.py
/usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom
module is deprecated; please use the random module
DeprecationWarning)
Segmentation fault
--- If I correct the depracted interface it only gives a seg fault. Finally:
$ python mkmemoio.py
Segmentation fault
More information about the Metakit
mailing list