This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve@integrityintegrators.net
Recipients steve@integrityintegrators.net
Date 2009-02-24.00:48:33
SpamBayes Score 3.4759023e-06
Marked as misclassified No
Message-id <1235436569.34.0.315805305661.issue5356@psf.upfronthosting.co.za>
In-reply-to
Content
I just did an SVN checkout of the 2.7 source, ran the following in order:
configure
make
make test

When I run make test it gets to the lines:

test_curses
test_curses skipped -- Use of the `curses' resource not enabled

but I have ncurses installed and enabled.  In fact I was using the
python curses library on my machine when I was running the latest Fedora
YUM install of Python.  

So I am not sure if anyone knows what might be responsible for this message.
History
Date User Action Args
2009-02-24 00:49:29steve@integrityintegrators.netsetrecipients: + steve@integrityintegrators.net
2009-02-24 00:49:29steve@integrityintegrators.netsetmessageid: <1235436569.34.0.315805305661.issue5356@psf.upfronthosting.co.za>
2009-02-24 00:48:34steve@integrityintegrators.netlinkissue5356 messages
2009-02-24 00:48:33steve@integrityintegrators.netcreate