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
> 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
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,
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