Issue 585202
Created on 2002-07-23 01:34 by anonymous, last changed 2002-09-18 22:22 by richard.
File name |
Uploaded |
Description |
Edit |
Remove |
run_tests.log
|
anonymous,
2002-07-23 01:34
|
|
|
|
msg298 |
Author: [hidden] (anonymous) |
Date: 2002-07-23 01:34 |
|
Hi,
Sorry about the missing config info, in my haste to
submit the bug 583952 I completely forgot. Anyway,
when I tried to append the new info to that bug, I was
getting an error on submit. Plus, it didn't seem to
allow me to attach a file, so here is the whole bug.
Please just close the old one.
gensym[182]$ python -V
Python 2.2.1
gensym[183]$ python -c 'import anydbm; print
anydbm._defaultmod'
<module 'dbm' from
'/usr/local/lib/python2.2/lib-dynload/dbm.so'>
gensym[184]$ uname -a
SunOS gensym 5.8 Generic_108528-13 sun4u sparc
SUNW,Ultra-60
gensym[185]$
In the meantime, I have been trying to see if I can get
around by installing Berkley DB, so that the bsddb module
can be used, but I am having problems just being able to
build the 'bsddb' module. It seems that the modules relies
on the 'HASHINFO' , but that "type" is not defined by
BSD DB!
Also, as you had asked, I am attaching the output from
running run_tests
Hope this helps.
Thanks,
-Adil
|
msg299 |
Author: [hidden] (richard) |
Date: 2002-07-23 23:10 |
|
Logged In: YES
user_id=6405
OK, you're using dbm. I can't reproduce the errors on Linux using dbm -
I'll see if I can get it to do so on solaris.
|
msg300 |
Author: [hidden] (richard) |
Date: 2002-09-18 22:22 |
|
Logged In: YES
user_id=6405
I believe this has been fixed in 0.5
|
|
Date |
User |
Action |
Args |
2002-07-23 01:34:21 | anonymous | create | |
|