Message6764

Author jeff.allen
Recipients jeff.allen, neelemab
Date 2012-01-28.21:39:48
SpamBayes Score 1.0295226e-07
Marked as misclassified No
Message-id <1327786789.85.0.849169889302.issue1827@psf.upfronthosting.co.za>
In-reply-to
Content
Suggest 1826 be closed as this one contains a fuller example of what the user is having trouble with. The text from 1826 is this:

======
I created a script as "svc_params['SH_CAMPAIGN_ID'] = 'CAMPAIGN_ID'"

I compiled and executed the script in java using jython compiler and interpreter.

I am trying to extract script variables in java object using PyDictionary. PyDictionary constructor does not allow assigning the reference to the internal variable Map. So i am not able to get the scripts variable values in PyDictionay(Java).Is there any way where i can get those variables to Java. The same code works for 2.2.1 but not for 2.5.2. Please find my samples files attached. Please let me know if you need more details.

======
History
Date User Action Args
2012-01-28 21:39:49jeff.allensetmessageid: <1327786789.85.0.849169889302.issue1827@psf.upfronthosting.co.za>
2012-01-28 21:39:49jeff.allensetrecipients: + jeff.allen, neelemab
2012-01-28 21:39:49jeff.allenlinkissue1827 messages
2012-01-28 21:39:49jeff.allencreate