[Bug 995616] Re: Cannot import dbm.gnu

Julian Taylor jtaylor.debian at googlemail.com
Fri May 11 19:02:19 UTC 2012


no it does work, I tried import dbm.gdbm in quantal...
import dbm.gnu works fine, sorry for the noise

amd64 quantal chroot:
Setting up python3.2-minimal (3.2.3-0ubuntu3) ...
Setting up python3.2 (3.2.3-0ubuntu3) ...
Setting up python3-minimal (3.2.3-0ubuntu1) ...
Setting up python3 (3.2.3-0ubuntu1) ...
Setting up python3-gdbm (3.2.3-1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
root at ubuntu:/# python3 -c "import dbm.gnu"
root at ubuntu:/# python3.2 -c "import dbm.gnu"
root at ubuntu:/# 

** Changed in: python3.2 (Ubuntu)
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python3.2 in Ubuntu.
https://bugs.launchpad.net/bugs/995616

Title:
  Cannot import dbm.gnu

Status in “python3.2” package in Ubuntu:
  Incomplete

Bug description:
  With python3.2 3.2.3-0ubuntu3:

  Python 3.2.3 (default, May  3 2012, 15:54:42)
  [GCC 4.6.3] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import dbm.gnu
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    File "/usr/lib/python3.2/dbm/gnu.py", line 3, in <module>
      from _gdbm import *
  ImportError: No module named _gdbm

  (I do have python3.2 installed, not just python3.2-minimal.)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.2/+bug/995616/+subscriptions




More information about the foundations-bugs mailing list