Message8080

Author xoar
Recipients xoar
Date 2013-08-09.19:56:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376078190.54.0.312093586935.issue2074@psf.upfronthosting.co.za>
In-reply-to
Content
when I start jython like this : JYTHONPATH=/usr/lib64/python2.7/site-packages/ jython2.5, I get this error:

File "/usr/lib64/python2.7/site-packages/site.py", line 34, in __boot
    imp.load_module('site',stream,path,descr)
  File "/usr/lib64/python2.7/site-packages/site.py", line 74, in <module>
    __boot()
  File "/usr/lib64/python2.7/site-packages/site.py", line 34, in __boot
    imp.load_module('site',stream,path,descr)
RuntimeError: maximum recursion depth exceeded

but when I remove the last slash form the site-packages path like
JYTHONPATH=/usr/lib64/python2.7/site-packages jython2.5, jython starts as expected.
History
Date User Action Args
2013-08-09 19:56:30xoarsetmessageid: <1376078190.54.0.312093586935.issue2074@psf.upfronthosting.co.za>
2013-08-09 19:56:30xoarsetrecipients: + xoar
2013-08-09 19:56:30xoarlinkissue2074 messages
2013-08-09 19:56:30xoarcreate