datulaida ali wrote: > hi, > 1) how to integrate apple pie parser with python?.. any suggestion?
Apparently this is a C program. If it includes a library version you might be able to interface with it using the ctypes module. > > 2) how to import or integrate .exe file in python? os.system() or the functions in the subprocess module. Kent _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
