Hmmmmm........

I downloaded every version available from Sourceforge and none of them contained errno.py, as far as I could tell.

The start of the problem was trying to import telnetlib.py within a STAF/STAX project.  That complains because of missing select.py.  It was pointed out to me that is a known issue with the version of Jython that STAX uses:

http://osdir.com/ml/lang.jython.user/2003-02/msg00025.html 
http://aspn.activestate.com/ASPN/Mail/Message/Jython-dev/1887441

Eventually, I located select.py in a later version of Jython.  However, when I attempted to use that, then import failed again due to lack of errno.py.

Thanks for your response.

- David

On Thu, Jul 31, 2008 at 9:08 AM, Frank Wierzbicki <report@bugs.jython.org> wrote:

Frank Wierzbicki <fwierzbicki@users.sourceforge.net> added the comment:

bonk: could you provide more information about your environment/version
of Jython, etc?  I am using Jython 2.2.1 on OS X - and "import errno"
works fine for me.

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue1085>
_______________________________________