[Pythonmac-SIG] error running test.py in 4Suite-0.12.0a3

Joel Rodrigues borgempath@Phreaker.net
Fri, 28 Feb 2003 11:42:46 +0530


Hi, Got another for you. I'm getting a weird error running 
test.py in 4Suite-0.12.0a3

[localhost:Ft/Share/Tests] mark% python test.py --help
Traceback (most recent call last):
   File "test.py", line 9, in ?
     packages=['Lib',
   File "/usr/local/lib/python2.2/site-
packages/Ft/Lib/TestSuite/__init__.py", line 45, in Test
     import TestSuite, Errors
   File "/usr/local/lib/python2.2/site-
packages/Ft/Lib/TestSuite/TestSuite.py", line 16, in ?
     import TestModule, Tester
   File "/usr/local/lib/python2.2/site-
packages/Ft/Lib/TestSuite/Tester.py", line 40, in ?
     curses.setupterm()
_curses.error: setupterm: could not find terminal


And are the demos in Python-2.2.2/Demo/curses supposed to work 
on Mac OS X v10.1.5, Python 2.2.2 ?

This may the source of my problems :
ncurses-5.2X.pkg, package built by Chris Roberts. I don't know 
where I got it. ANyone have a tip on an ncurses to download and 
for OS X ?

- Joel