Message3374

Author bonk
Recipients bonk, fwierzbicki
Date 2008-07-31.17:18:16
SpamBayes Score 7.441753e-05
Marked as misclassified No
Message-id <f258d98c0807311018h94c1363u5bdf36d6b420c4ae@mail.gmail.com>
In-reply-to <1217520517.31.0.811772346928.issue1085@psf.upfronthosting.co.za>
Content
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>
> _______________________________________
>
Files
File name Uploaded
unnamed bonk, 2008-07-31.17:18:15
History
Date User Action Args
2008-07-31 17:18:16bonksetrecipients: + bonk, fwierzbicki
2008-07-31 17:18:16bonklinkissue1085 messages
2008-07-31 17:18:16bonkcreate