|
From: h3o <h3...@ve...> - 2000-12-13 12:47:51
|
hello.
on freebsd 4.0, python 1.5.2 and python 2.0, the only example which works
is curses_example.py.
the rest are as follows (substituting the example files names)
./panel_example.py
Traceback (innermost last):
File "./panel_example.py", line 2, in ?
from ncurses.panel import * # import panel module
File "/usr/local/lib/python1.5/site-packages/ncurses/panel.py", line 24,
in ?
from ncurses import _panel
ImportError: /usr/local/lib/python1.5/site-packages/ncurses/_panel.so:
Undefined symbol "update_panels"
on linux RH 6 2.29, python 2.0 for all examples:
./curses_example.py
Traceback (most recent call last):
File "./curses_example.py", line 2, in ?
from ncurses.curses import * # import the curses module
File "/usr/local/lib/python2.0/site-packages/ncurses/curses.py", line
23, in ?
from ncurses import _curses # import curses interface
ImportError: /usr/local/lib/python2.0/site-packages/ncurses/_curses.so:
undefined symbol: keybound
can anyone shed any light on this?
best
andrew mckenzie
|