Re: ImportError: No module named dbm

2005-10-13 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > firstly i couldnt find the DBM module for python 2.3.5, trustix system and > i386 hardware platform. > so i downloaded gnu dbm for python 2.3.5 and i568( precisly, > python-gdbm-2.3.5-4tr.i586), simply assuming it could just work. > > but trying to install gives me the f

Re: ImportError: No module named dbm

2005-10-13 Thread mhardas
Hi, thanks for the reply. firstly i couldnt find the DBM module for python 2.3.5, trustix system and i386 hardware platform. so i downloaded gnu dbm for python 2.3.5 and i568( precisly, python-gdbm-2.3.5-4tr.i586), simply assuming it could just work. but trying to install gives me the following er

Re: ImportError: No module named dbm

2005-10-13 Thread Fredrik Lundh
[EMAIL PROTECTED] wrote: > Can you tell me how do I go about getting the dbm module and install > it.?? http://www.google.com/search?q=trustix+python+dbm -- http://mail.python.org/mailman/listinfo/python-list

ImportError: No module named dbm

2005-10-13 Thread mhardas
python.org/doc/current/lib/module-anydbm.html to solve. So I ran test for the dbm installation and got the following, [EMAIL PROTECTED] /usr/local/lib/python2.3/test# python test_dbm.py Traceback (most recent call last): File "test_dbm.py", line 7, in ? import dbm ImportError: No m

ImportError: No module named dbm

2005-10-12 Thread mhardas
. See http://python.org/doc/current/lib/module-anydbm.html to solve. So I ran test for the dbm installation and got the following, [EMAIL PROTECTED] /usr/local/lib/python2.3/test# python test_dbm.py Traceback (most recent call last): File "test_dbm.py", line 7, in ? import dbm ImportError: