Conversion of npyscreen module to python 3 -- help!

2009-10-05 Thread Nicholas
Dear Pythoners, Like a loyal python coder, I was attempting to convert a library to python 3. I have been stung in various ways by the new import semantics - the tests that used to live happily within the module have now had to be moved elsewhere. So be it. But even though I have removed all

Re: Conversion of npyscreen module to python 3 -- help!

2009-10-05 Thread Gabriel Genellina
En Mon, 05 Oct 2009 06:54:06 -0300, Nicholas nicholas.c...@gmail.com escribió: [...] I am clearly committing some horrible sin that works well in python 2 but which doesn't in python 3. Despite reading the Release notes and PEPs over and over, though, I can't see what is wrong. If anyone