[MacPorts] #14017: py25-curses 2.5.1 Runtime error,
unable to import curses.panel
MacPorts
trac at macosforge.org
Mon Jan 21 03:16:17 PST 2008
#14017: py25-curses 2.5.1 Runtime error, unable to import curses.panel
---------------------------------------+------------------------------------
Reporter: greg at tsukasa.net.au | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.0
Keywords: py25-curses, import error |
---------------------------------------+------------------------------------
When I try the following:
{{{
#!sh
python2.5 -c 'import curses.panel'
}}}
I get the following error:
{{{
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/opt/local/lib/python2.5/curses/panel.py", line 8, in <module>
from _curses_panel import *
ImportError: dlopen(/opt/local/lib/python2.5/site-
packages/_curses_panel.so, 2): Symbol not found: _bottom_panel
Referenced from: /opt/local/lib/python2.5/site-packages/_curses_panel.so
Expected in: dynamic lookup
}}}
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/14017>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list