jython 2 java class - help?????
syKim
reborn at neozone.net
Fri Feb 2 17:28:22 EST 2001
More information about the Python-list mailing list
Fri Feb 2 17:28:22 EST 2001
- Previous message (by thread): How can I get Memory/CPU stats for the python VM?
- Next message (by thread): jython 2 java class - help?????
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you just want run & test in jython..
now, you could try like that : (attach bottom of your code)
if __name__ == '__main__'
import pawt
pawt.test(yourclassname(),size=(number,number))
# yourclassname, number - anything you want
you can get the result like that
jython filename.py
In webrower, I'm discussing yet..
- Previous message (by thread): How can I get Memory/CPU stats for the python VM?
- Next message (by thread): jython 2 java class - help?????
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list