Message10949

Author amylin
Recipients amylin, amylin1, zyasoft
Date 2016-09-09.15:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <OFA8605D23.C7AE89E0-ON00258029.005234F3-86258029.0052609E@notes.na.collabserv.com>
In-reply-to <1473378442.14.0.323302830453.issue2497@psf.upfronthosting.co.za>
Content
Jim,

Do you have example how to use builtin python module to solve this issue?  

Regards,

Amy Lin
WebSphere Scripting/ConfigService Development/Scripting Architect
amylin@us.ibm.com
Phone: 286-7245, T/L: 363-7245

From:   Jim Baker <report@bugs.jython.org>
To:     Amy Lin/Austin/IBM@IBMUS
Date:   09/08/2016 06:47 PM
Subject:        [issue2497] NameError: global name 'AdminConfig' is not 
defined in jython 2.7

Jim Baker added the comment:

I believe the solution is to use the builtins Python module, instead of 
reaching into Jython's runtime.

There are other solutions for supporting global data in Jython, scoped as 
necessary.

_______________________________________
Jython tracker <report@bugs.jython.org>
<http://bugs.jython.org/issue2497>
_______________________________________
Files
File name Uploaded
unnamed amylin, 2016-09-09.14:59:58
History
Date User Action Args
2016-09-09 15:00:00amylinsetrecipients: + amylin, amylin1
2016-09-09 15:00:00amylinlinkissue2497 messages
2016-09-09 15:00:00amylincreate