Hi,
I am a beginner in jython. In the past few days I have started using jython through eclipse to write scripts. The regular jython variables and everything works fine. But whenever I try to use the AdminObjects such as AdminConfig, AdminTask etc in my script I bump into below error.
Error Message:
import AdminConfig
ImportError: No module named AdminConfig
-----------------------------------------------------------------------------
Due to the above issue I am unable to import Admin objects in my script. I had followed the below developerWorks link to setup the environment.
http://www.ibm.com/developerworks/websphere/techjournal/1209_vansickel/1209_vansickel.html
Is there something that I am doing wrong or am I missing any set up steps ?
Any help is greatly appreciated.