This is very very interesting.
Do you have any direct application of it ?
I know games like World of Warcraft uses Lua as scripting language.
Thanks.
Fabrizio
--
Luck favors the prepared mind. (Pasteur)
--
http://mail.python.org/mailman/listinfo/python-list
you forgot the link :)
http://pamie.sourceforge.net/
--
http://mail.python.org/mailman/listinfo/python-list
import sys
def main():
print 'exiting'
sys.exit()
try:
main()
except SystemExit:
pass
> I suspect I may need to use exceptions, but I'm hoping
> not to need them. Thanks.
Use the Exceptions!
--
http://mail.python.org/mailman/listinfo/python-list
Is well indented ?
--
http://mail.python.org/mailman/listinfo/python-list
o roll up your own python script to build your dot file.
Fabrizio Milo aka Misto
--
http://mail.python.org/mailman/listinfo/python-list
ename ):
try:
fd = open( filename, 'r')
tc = TestStub( *fd.read().split("~") )
del fd
return tc
except:
import traceback; traceback.print_exc()
raise TestStubException( 'Failed creating test case from file
: %s'%filenam