On Wed, 2004-01-21 at 06:33, karthik karthik wrote: > i need to use textract.dll in python .py file to > capture the text information within the given > coordinates. can anyone tell me how to use external > dlls in python?
Try ctypes http://starship.python.net/crew/theller/ctypes/ Cedric P.S. : Please try to post general python questions to either python-list or comp.lang.python (http://www.python.org/community/lists.html). This mailinglist is for pygtk, the python binding of the GTK+ Toolkit. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
