New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20161 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

gdbm not included in python25

Reported by: pelle@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: python25

Description

port info py25-gdbm states that gdbm is included in python25 port, but it isn't.

Change History

Changed 3 years ago by blb@…

  • owner changed from macports-tickets@… to mww@…
  • port set to python25

Based on what? I see

$ port contents python25|grep gdbm
  /opt/local/lib/python2.5/lib-dynload/gdbm.so
...

Make sure your python25 port is current, which is 2.5.4_6 as I write this.

Changed 3 years ago by pelle@…

It was based on typing python -c 'import("gdbm")':

Traceback (most recent call last):

File "<string>", line 1, in <module> ImportError: No module named gdbm

(after typing sudo python_select python25)

I guess it's my lack of python knowledge, but shouldn't python be able to find it in its default location?

Changed 3 years ago by pelle@…

Argh, seems when I restored my ~/.bash_profile /opt/local/bin ended up at the end of PATH instead of the beginning, since it was set in .profile. Sorry for the noise.

Changed 3 years ago by macsforever2000@…

  • status changed from new to closed
  • resolution set to invalid
Note: See TracTickets for help on using tickets.