Message12106

Author stefan.richthofer
Recipients Tig, stefan.richthofer
Date 2018-09-18.15:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537283347.57.0.956365154283.issue2704@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that I cannot reproduce this with current Jython trunk version. If I simply start Jython the "usual" way, import seems to work fine:

stefan@stefan-y260 /data/workspace/jython/dist $ bin/jython
Jython 2.7.2a1+ (default:134c5c8c2332, Sep 2 2018, 00:37:08) 
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.8.0_181
Type "help", "copyright", "credits" or "license" for more information.
>>> import argparse
>>> 

Is something wrond with your Lib folder? What Jython version are you using?
History
Date User Action Args
2018-09-18 15:09:07stefan.richthofersetmessageid: <1537283347.57.0.956365154283.issue2704@psf.upfronthosting.co.za>
2018-09-18 15:09:07stefan.richthofersetrecipients: + stefan.richthofer, Tig
2018-09-18 15:09:07stefan.richthoferlinkissue2704 messages
2018-09-18 15:09:07stefan.richthofercreate