Re: Problems with curses

2008-07-20 Thread Siddhant
On Jul 13, 6:22 pm, Clay Hobbs <[EMAIL PROTECTED]> wrote: > > On Sat, 12 Jul 2008 20:49:56 -0400, Clay Hobbs wrote: > > > >       Unfortunately, the error message isn't very helpful. > > > But it would be helpful to tell it.  If you get exceptions, always > > copy'n'paste the traceback here.  Peopl

Re: Problems with curses

2008-07-13 Thread Clay Hobbs
> On Sat, 12 Jul 2008 20:49:56 -0400, Clay Hobbs wrote: > > > Unfortunately, the error message isn't very helpful. > > But it would be helpful to tell it. If you get exceptions, always > copy'n'paste the traceback here. People might know what the exception > means and share their wisdom. H

Re: Problems with curses

2008-07-13 Thread Marc 'BlackJack' Rintsch
On Sat, 12 Jul 2008 20:49:56 -0400, Clay Hobbs wrote: > Unfortunately, the error message isn't very helpful. But it would be helpful to tell it. If you get exceptions, always copy'n'paste the traceback here. People might know what the exception means and share their wisdom. Ciao,

Problems with curses

2008-07-12 Thread Clay Hobbs
I am making a text-based game similar to Zork with Python. I have decided to use the curses module, and have run into a problem. I want to scroll the commands and output up after a command is run instead of clearing the screen. But when I use std.scroll(), an exception is raised. Here i