|
From: Thomas J. <th...@ta...> - 2004-09-07 11:24:05
|
Greetings,
I got the following problem when i try to run the form example in the
example/ directory:
morpheus# python form_example.py
Traceback (most recent call last):
File "form_example.py", line 2, in ?
from ncurses.form import *
File "/usr/local/lib/python2.3/site-packages/ncurses/form.py", line
27, in ?
from ncurses.panel import *
File "/usr/local/lib/python2.3/site-packages/ncurses/panel.py", line
23, in ?
from ncurses.curses import *
File "/usr/local/lib/python2.3/site-packages/ncurses/curses.py", line
23, in ?
from ncurses import _curses # import curses interface
ImportError: /usr/local/lib/python2.3/site-packages/ncurses/_curses.so:
Undefined symbol "_nc_tracebits"
Im running Python 2.3 from a FreeBSD 5.2.1 system, and I installed both
python and pynurses from the ports.
Any help would be greatly appriciated.
Best Regards,
Thomas Jacobsen
|