Message11549

Author jeff.allen
Recipients jamesmudd, jeff.allen
Date 2017-08-27.11:32:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503833567.0.0.725918380154.issue2612@psf.upfronthosting.co.za>
In-reply-to
Content
Disconcertingly, all you need to do (on my system anyway) is:
>>> import ast

What it wanted to say before it died was: "Not importing directory 'C:\\Users\\Jeff\\Documents\\Eclipse\\jython-trunk\\ast': missing __init__.py", which is of course correct, since *that* ast directory on sys.path is not the one that "import ast" is looking for.

It kills test_ast too, although it passes during regression testing, perhaps because of the way regrtest discovers tests. I'll fix it in imp.java where I caused it.
History
Date User Action Args
2017-08-27 11:32:46jeff.allensetmessageid: <1503833567.0.0.725918380154.issue2612@psf.upfronthosting.co.za>
2017-08-27 11:32:46jeff.allensetrecipients: + jeff.allen, jamesmudd
2017-08-27 11:32:46jeff.allenlinkissue2612 messages
2017-08-27 11:32:46jeff.allencreate