|
From: rohit s. <ro2...@ya...> - 2001-10-30 08:33:42
|
Hi,
In jython we can execute .ghs files which can be used
to extend our .py files.
PythonInterpreter.execfile("A.py")
PythonInterpreter.execfile("B.ghs")
B.ghs is created by the end user to control A.py
To what extent can we play with these .ghs files.
Can we import them as modules? If not directly then
with some other way round.
Any pointers to some material available on the same or
any kind of hint will be highly appreciated.
Thanks and Regards,
Rohit Seth
__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
|