Help in wxpython

Lie Ryan lie.1296 at gmail.com
Thu Dec 3 10:15:20 EST 2009


On 12/3/2009 6:55 PM, r0g wrote:
> Krishnakant wrote:
>> Madhura, Sorry to be a bit off-topic, but, I would really recommend you
>> to use pygtk instead of wx.
>> For one thing, the developers at pygtk are very active (they have their
>> mailing list as well ) and it comes by default with python on almost all
>> linux distros.  You can also easily install it on windows.
>>
>> Most important, the api for pygtk is closely similar to wx.
>> Not to mention the quick responses you will get with pygtk related
>> problems.
>>
>> Happy hacking.
>> Krishnakant.
>
> I have to recommend to opposite, stick with wx. What's the point of
> tying yourself into GTK when wx works on Mac, PC and Linux?
>
> Roger.

This again... I recommend writing your own C extension module to access 
GDI using <windows.h>; it's ugly, it's non-cross-platform, it gets you 
bashed for reinventing the wheel, and it's buggy. Five thumbs up! 
(err... I only got four... whatever...)



More information about the Python-list mailing list