[Tutor] Apple Pie Parser in Python

Kent Johnson kent37 at tds.net
Fri Jun 22 13:37:18 CEST 2007


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


More information about the Tutor mailing list