Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-11-30 Thread Thomas Heller
Simon Dahlbacka schrieb: > On Fri, Nov 28, 2008 at 10:46 PM, Thomas Heller <[EMAIL PROTECTED]> wrote: >> Does Python need a native, pure Python, Windows GUI toolkit, one that uses >> win32 api calls directly to use native windows controls? > > How does it differ from http://venster.sourceforge.net

Re: [python-win32] Does Python need a native Windows GUI toolkit?

2008-11-30 Thread Hendrik van Rooyen
"Tony Cappellini" <[EMAIL PROTECTED]> wrote: > First, I feel that Python already has too many GUI toolkits available, and > could stand to use some consolidation. Yes this is true 8<--- > I actually would rather see new any new GUI-related development ef

Re: [python-win32] Does Python need a native Windows GUI toolkit? [SEC=UNCLASSIFIED]

2008-11-30 Thread Andrew MacIntyre
I've used Venster for my Windows apps, but admit to not really using all of its capabilities and to using archaic versions of Python and ctypes... Pity that it appears to have been abandoned by its original author, as it has worked wonderfully for me. -> "These thoughts ar