Discussion:
Error while trying to execute a command: anydbm issue
(too old to reply)
Samyak Rout
2013-11-12 15:57:11 UTC
Permalink
Hi,

While executing a command I am facing the below error on my Windows 7
system. I had installed cygwin but still not able to understand how to
go ahead with. Can you please help e in getting this issue resolved.

ERROR: cvs2svn uses the anydbm package, which depends on lower level
dbm libraries. Your system has dbm, with which cvs2svn is known to
have problems. To use cvs2svn, you must install a Python dbm library
other than dumbdbm or dbm. See
http://python.org/doc/current/lib/module-anydbm.html for more
information.

NOTE: Need installation steps for the same in Windows 7 system.

Thanks and Regards,
Samyak
John Cowan
2013-11-12 19:19:20 UTC
Permalink
Post by Samyak Rout
ERROR: cvs2svn uses the anydbm package, which depends on lower level
dbm libraries. Your system has dbm, with which cvs2svn is known to
have problems. To use cvs2svn, you must install a Python dbm library
other than dumbdbm or dbm. See
http://python.org/doc/current/lib/module-anydbm.html for more
information.
Use Cygwin setup.exe to install libgdbm if it is not installed.
If that doesn't do it, ask on a Python list.
--
Andrew Watt on Microsoft: John Cowan
Never in the field of human computing ***@ccil.org
has so much been paid by so many http://www.ccil.org/~cowan
to so few! (pace Winston Churchill)
Loading...