As we said in the preface to the first edition, C 'wears well as one's experience with it grows.' With a decade more experience, we still feel that way.
StammyAir:hacker-top Paul$ ./hacker_top.py
Traceback (most recent call last):
File "./hacker_top.py", line 669, in
curses.wrapper(interface.init_and_run)
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/curses/wrapper.py", line 44, in wrapper
return func(stdscr, *args, **kwds)
File "./hacker_top.py", line 353, in init_and_run
curses.curs_set(0)
_curses.error: curs_set() returned ERR
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
Thoughts on what I'm doing wrong?
StammyAir:hacker-top Paul$ ./hacker_top.py Traceback (most recent call last): File "./hacker_top.py", line 669, in curses.wrapper(interface.init_and_run) File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/curses/wrapper.py", line 44, in wrapper return func(stdscr, *args, **kwds) File "./hacker_top.py", line 353, in init_and_run curses.curs_set(0) _curses.error: curs_set() returned ERRReply To This Comment