Curses module.

A.M. Kuchling amk at amk.ca
Tue Jul 15 21:04:02 EDT 2003


On Tue, 15 Jul 2003 19:03:33 -0400, 
	Alex <bogus at antispam.com> wrote:
> Traceback (most recent call last):
>    File "./curses3.py", line 15, in ?
>      curses.wrapper(newWindow())
> AttributeError: 'module' object has no attribute 'wrapper'

Do you have a ./curses.py in the same directory as curses3.py?
You might be importing your module instead of the standard library
with that name.  Try running python with the -v switch to confirm this.

--amk




More information about the Python-list mailing list