Hi Not exactly a Linux question but I was wondering if people on this list can help me in deciding about Python. We have an application written in Java that ...
On Sun, 1 Aug 2004 13:13:10 -0700 (PDT), Sumit Rangwala ... I wrote about this on my blog once: http://mannu.livejournal.com/100078.html (That's outdated, so...
... dead easy: python wrappers are available for gtk, qt and wxwidgets ... there are python wrappers for most of the c utilities for programming serial and...
... i think it is a bit outdated. tkinter is of course only for very small quick and dirty guis. wxpython 2.4.2.4 is rock solid on linux (rh7.1, 8.0, 9 and ...
... I don't do much GUI programming, so take my suggestions with a pinch of salt. wxPython has got some rave reviews but personally I found PyGTK interface...
... wxPython can be compiled with gtk+ 2.x and unicode. the support is there. the downside as compared to pygtk is that gtk+ is usually there by default, so ...
... POP3 RFC http://www.faqs.org/rfcs/rfc1939.html __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! ...
Verma Uday Karan
udaykaranverma@...
Aug 2, 2004 6:51 am
5515
hi, in practice, can one confine ones scripting only to zpt, or is it absolutely necessary to use dtml at times? -- regards kg ...
... OP, it also depends on your current experience. If you have MFC knowledge, wxWindows is very similar to it and IMO, wxPython should also be. Correct me if...
... i hope you are wrong -:) -- regards kg http://www.onlineindianhotels.net - fastest hotel search website in the world http://www.ootygolfclub.org...
... The MFC architecture is quite horrible. One of wxWindows' objective is 'probably' to be similar to it. Otherwise it would not be so similar. I've no doubt....
... MFC and wxWindows, both are similar in the sense, with lot of Junk(Heavy). Its easy if u want to just create some GUI applications with no time. But u will...
int3
satish@...
Aug 2, 2004 10:51 am
5524
... heres something that confirms your view: <snip> Pythonwin is a wrapper to the Microsoft Foundation Classes, MFC. With it, you can write application that...
... less control as compared to what? -- regards kg http://www.onlineindianhotels.net - fastest hotel search website in the world http://www.ootygolfclub.org...
... You need to follow strictly rule of There archicture, you cannot just do whatever u want. While using OS API's directly, you will have more flexibility but...
int3
satish@...
Aug 2, 2004 11:03 am
5527
... i think gui programming has passed this stage - except possibly for developing stuff like deskstops and the like. Toolkits are the way to go for most other...
Hi, Can anyone tell me the differnece between the files vmlinux-<kernel-version> and vmlinuz-<kernel-version> Is vmlinux the object code of the kernel? Becaue...
... Yes, the tutorial is excellent, and the mailing list is very active and helpful (personal experience). Go for PyGTK if: 1. the app will be running...
... Muahaha!! :)) ... That sucks! Which college? MFC was one of the first GUI toolkits I learnt. It looked much better than Win32 SDK programming :) back then....
... AFAIK, the one with 'z' is a compressed image. Uday K __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! ...
Verma Uday Karan
udaykaranverma@...
Aug 2, 2004 2:47 pm
5533
... Don't forget Glade XML. ... Which is exactly what I suggested - pyGTK with libglade is pretty cool. Ganesan...