ImportError: No module named dbm

2005-10-12 Thread mhardas
Hi all, 
Iam trying to get 'cvs2svn' to get to work on a Trustix Linux machine. 
However is suspect that no dbm is installed because running cvs2svn 
gives the following error:

ERROR: your installation of Python does not contain a suitable
DBM module -- cvs2svn cannot continue.
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: No module named dbm

Can you tell me how do I go about getting the dbm module and install 
it.??

Thanks again.

Manas. 

-- 
http://mail.python.org/mailman/listinfo/python-list


ImportError: No module named dbm

2005-10-13 Thread mhardas
Hi all,
Iam trying to get 'cvs2svn' to get to work on a Trustix Linux machine.
However is suspect that no dbm is installed because running cvs2svn
gives the following error:

ERROR: your installation of Python does not contain a suitable
DBM module -- cvs2svn cannot continue.
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: No module named dbm

Can you tell me how do I go about getting the dbm module and install
it.??

Thanks again.

Manas.




-- 
http://mail.python.org/mailman/listinfo/python-list


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 error,

error: failed dependencies:
python = 2.3.5 is needed by python-gdbm-2.3.5-4tr

I am preety sure its python 2.3.5 tht is installed.

Can you shed some light or give some pointers.

Thanks again, appreciate it.

Manas.



> [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
>


-- 
http://mail.python.org/mailman/listinfo/python-list