hi all,

first off, let me know if this is not the right place for questions on
Mk4Py. i couldn't find any other place, though.

i'm running Mk4Py (from metakit-2.4.9.2+njr0.1) on linux x86, slackware
8.0, with python 2.3, and i'm running into something that appears to be to
be a bug. i have this:

>>> vw = db.view('entry')
>>> db.description('entry')
'stem:S,category:S,id:I'

then i try the following:

>>> vw.append('h', 'c', 2)
1
>>> vw.append('he', 'c', 2)
2
>>> vw.append('hel', 'c', 2)
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
TypeError: not a number

IOW when appending to the view without using keyword arguments, i can
only insert strings of two characters or less. if a string contains more
than two characters, i get this "TypeError: not a number".

anyone know what could be causing this?

-- 
Joost Kremers
Life has its moments

_______________________________________________
metakit mailing list  -  [EMAIL PROTECTED]
http://www.equi4.com/mailman/listinfo/metakit

Reply via email to