Message3788

Author amak
Recipients amak
Date 2008-11-18.19:42:21
SpamBayes Score 0.001604444
Marked as misclassified No
Message-id <1227037341.49.0.399727983697.issue1174@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, forgot to post the traceback; which follows

C:\jython25b0>java EvalBug
*sys-package-mgr*: can't create package cache dir,
'C:\jython25b0\jython-complete.jar\cachedir\packages'
Exception in thread "main" java.lang.NullPointerException
        at org.python.core.ParserFacade.prepBufReader(ParserFacade.java:237)
        at org.python.core.ParserFacade.parse(ParserFacade.java:142)
        at org.python.core.Py.compile_flags(Py.java:1741)
        at org.python.core.CompileFunction.compile(__builtin__.java:1550)
        at org.python.core.CompileFunction.compile(__builtin__.java:1527)
        at org.python.core.__builtin__.eval(__builtin__.java:495)
        at org.python.core.__builtin__.eval(__builtin__.java:504)
        at
org.python.util.PythonInterpreter.eval(PythonInterpreter.java:116)
        at EvalBug.main(EvalBug.java:13)

java.lang.NullPointerException: java.lang.NullPointerException
History
Date User Action Args
2008-11-18 19:42:21amaksetmessageid: <1227037341.49.0.399727983697.issue1174@psf.upfronthosting.co.za>
2008-11-18 19:42:21amaksetrecipients: + amak
2008-11-18 19:42:21amaklinkissue1174 messages
2008-11-18 19:42:21amakcreate