Hello Why not wxpython?why Tkinter ? The main reson wxpython doesnot provide the same GUI on Mac machine ( as far as I know.. infact it not ment for mac atall .. if im wrong correct me ;) ... now i mean platform independent .. which not just include Linux and Win ... I dont know how many ppl use it on Mac ( iMac ppl raise ur hands :) In fact Tkinter is also has some problem on Mac .. but it still manage. Well I'll luv to work with wxpython ..( which was earlier in my mind ) ... it gives u excellent 50 full fleged examples ... so all u got to do it Clt-C Clt-V ....In fact wxpython also support activeX ( they used IE in one of there examples) on win .. Now should u not care for thoze Apple guyz??? --------------------------------------------------- Raj Shastrakar <shastrakar@hbcse.tifr.res.in> ________________________________________________________________________ Everything you always wanted to know about cars and bikes,now at: http://in.autos.yahoo.com/cricket/tracker.html
On Fri, May 17, 2002 at 10:30:16PM +0100, Raj NS wrote:
Now should u not care for thoze Apple guyz???
IIRC zope doesn't run on mac OS 9 or less anyway. On OS X, wxpython should be fine. -- Paul Winkler home: http://www.slinkp.com "Muppet Labs, where the future is made - today!"
On Fri, May 17, 2002 at 10:30:16PM +0100, Raj NS wrote: | Hello | | Why not wxpython?why Tkinter ? The main reson | wxpython doesnot provide the same GUI on Mac machine ( | as far as I know.. infact it not ment for mac atall .. | if im wrong correct me ;) ... It's *meant* for every platform. I don't know how far along a MacOS (MacOS 9 or less) implementation is. I don't know if a Carbon implementation is even started. | Now should u not care for thoze Apple guyz??? They've gone *nix now! GTK+ (and any other X-based client) will (should) work on MacOS X. Besides, it seems that none of the Apple guys care enough to work on an implementation of the wxWindows interface. I don't have any Mac systems to even try it on. HAND, -D -- Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge Him, and He will make your paths straight. Proverbs 3:5-6 GnuPG key : http://dman.ddts.net/~dman/public_key.gpg
Hi- On Friday, May 17, 2002, at 05:30 PM, Raj NS wrote:
Hello
Why not wxpython?why Tkinter ? The main reson wxpython doesnot provide the same GUI on Mac machine ( as far as I know.. infact it not ment for mac atall .. if im wrong correct me ;) ... now i mean platform independent .. which not just include Linux and Win ... I dont know how many ppl use it on Mac ( iMac ppl raise ur hands :) There *is* a wxMac, and it shouldn't be too much trouble to compile a python with wxMac support. Plus, on OS X, you can just use the standard wxGTK, because there is XDarwin (see the XonX project).
In fact Tkinter is also has some problem on Mac .. but it still manage. Well I'll luv to work with wxpython ..( which was earlier in my mind ) ... it gives u excellent 50 full fleged examples ... so all u got to do it Clt-C Clt-V ....In fact wxpython also support activeX ( they used IE in one of there examples) on win .. I haven't seen Tkinter compiled on a mac with native support, although there is a native Wish. But again, you can run this with XDarwin.
Now should u not care for thoze Apple guyz??? We manage pretty well without such zealous developers ;) --Quentin
--------------------------------------------------- Raj Shastrakar <shastrakar@hbcse.tifr.res.in>
There *is* a wxMac, and it shouldn't be too much trouble to compile a python with wxMac support. Plus, on OS X, you can just use the standard wxGTK, because there is XDarwin (see the XonX --Quentin
Ya i have seen wxwindows.org after my last mail ... seems interesting .. Now i dont think i have reason to stick to Tkinter . Well anyway GUI development is not a gr8 issue .. For thoze who are eager to get codes in hand .. i can tell ya .. i managed to get a tree of objects, using XML-RPC . Now comes the editor part ( frame manage_workspace in zope ) .. well i need some suggestion ??? how should it b ? .. like Zope Interface itself ?? or need something else too .. something like property sheet for every object??? lemme know -Raj --------------------------------------------------- Raj Shastrakar : <shastrakar@hbcse.tifr.res.in> ________________________________________________________________________ Everything you always wanted to know about cars and bikes,now at: http://in.autos.yahoo.com/cricket/tracker.html
On Sat, 2002-05-18 at 05:50, Raj NS wrote:
There *is* a wxMac, and it shouldn't be too much trouble to compile a python with wxMac support. Plus, on OS X, you can just use the standard wxGTK, because there is XDarwin (see the XonX --Quentin
Ya i have seen wxwindows.org after my last mail ... seems interesting .. Now i dont think i have reason to stick to Tkinter . Well anyway GUI development is not a gr8 issue ..
For thoze who are eager to get codes in hand .. i can tell ya .. i managed to get a tree of objects, using XML-RPC .
Now comes the editor part ( frame manage_workspace in zope ) .. well i need some suggestion ??? how should it b ? .. like Zope Interface itself ?? or need something else too .. something like property sheet for every object???
Take a look at BoaConstructor on sourceforge. They have done a lot of this work already, and it is in wxPython already as well. in fact, you may consider just joining that effort. -- Bill Anderson Linux in Boise Club http://www.libc.org Amateurs built the Ark, professionals built the Titanic. Amateurs build Linux, professionals build Windows(tm).
participants (5)
-
Bill Anderson -
dman -
Paul Winkler -
Quentin Smith -
Raj NS