Message3977

Author doublep
Recipients doublep
Date 2008-12-29.10:44:30
SpamBayes Score 1.8247287e-05
Marked as misclassified No
Message-id <1230547471.01.0.286286046363.issue1213@psf.upfronthosting.co.za>
In-reply-to
Content
I'm trying to use PythonInterpreter.initialize() only to get
NullPointerException thrown in my face without explanation.  Moreover,
stacktrace lines don't match source code, so I cannot even understand
what's wrong from the sources (standalone installation here, dunno if
that matters).

Please rewrite initialization so that it either never throws (assuming
default values instead) or throws explaining what it wants.  E.g. throw
new NullPointerException ("foo.bar is not set, you suck");

Current behavior is just frustrating.
History
Date User Action Args
2008-12-29 10:44:31doublepsetrecipients: + doublep
2008-12-29 10:44:31doublepsetmessageid: <1230547471.01.0.286286046363.issue1213@psf.upfronthosting.co.za>
2008-12-29 10:44:30doubleplinkissue1213 messages
2008-12-29 10:44:30doublepcreate