Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ImportError: No module named dbm

Reply
Thread Tools

ImportError: No module named dbm

 
 
Guest
Posts: n/a
 
      10-13-2005
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,

root@drbn /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.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
RE: (any)dbm module lacks a context manager Nick Cash Python 0 01-31-2013 07:34 PM
(any)dbm module lacks a context manager python.list@tim.thechases.com Python 0 01-31-2013 07:03 PM
Re: ImportError: No module named dbm Fredrik Lundh Python 0 10-14-2005 06:00 AM
Re: ImportError: No module named dbm mhardas@cs.kent.edu Python 0 10-13-2005 07:05 PM
ImportError: No module named dbm mhardas@cs.kent.edu Python 0 10-13-2005 03:56 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57