header intact

2007-06-22 Thread datulaida ali
hai.. -- http://mail.python.org/mailman/listinfo/python-list

Apple Pie Parser with Python?

2007-06-22 Thread datulaida ali
Hi, How to integrate Apple Pie Parser with Python? Any suggestion to parsed text with Python? -- http://mail.python.org/mailman/listinfo/python-list

How to import java class used Jython in Python?

2007-07-16 Thread datulaida ali
Hi all... How to import Semantic class used Jython in Python? here my java code.. JAVA CODE import java.text.BreakIterator ; class Semantic { // native C++ method //public native void printMessage( String message ); public native String printMessage( String message );

looping list?

2007-12-13 Thread datulaida ali
hi.. i'm trying to insert value into list according to the key (ASCII) that i generate.. example : win = 95, so must insert into list[95] and = 70, so must insert into list[70] this is my coding.. __ list = [] try: conn = MySQLdb