Opened 15 years ago
Closed 15 years ago
#20161 closed defect (invalid)
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 (4)
comment:1 Changed 15 years ago by blb@…
Owner: | changed from macports-tickets@… to mww@… |
---|---|
Port: | python25 added |
comment:2 Changed 15 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?
comment:3 Changed 15 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.
comment:4 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Based on what? I see
Make sure your python25 port is current, which is 2.5.4_6 as I write this.