|
From: daniel <da...@12...> - 2001-01-01 21:57:17
|
Hello
if i run de command "python ./test.py" i have this error
"Traceback (innermost last):
File "./test.py", line 1, in ?
from ncurses.curses import *
File "/usr/lib/python1.5/site-packages/ncurses/curses.py", line 23, in
?
from ncurses import _curses # import curses interface
ImportError: /usr/lib/python1.5/site-packages/ncurses/_curses.so:
undefined symbol: trace"
and the file test.py =
"from ncurses.curses import *
sc=initscr()
sc.clear()
sc.refresh()"
and if i run python, and i type all this commands at prompt all this
commands works !!!!
way
daniel
(sorry for may bad anglais)
|