[Wnd-users] Any advice on updating wnd to work with Python 2.5 ctypes + comtypes?
Status: Alpha
Brought to you by:
jurner
From: Eric P. <er...@ac...> - 2007-08-29 00:13:00
|
wnd makes liberal use of the obsolete ctypes.com module I've been updating it to use comtypes, punting on use of some interfaces like IPersistFile, and making decent progress. Is this worth doing? The module seems to be working fine. Is there a better framework I should be using -- the goal is to use ctypes instead of pythonwin, for various reasons. Thanks, Eric |