Alan Bourke wrote: > On Thu, 13 Mar 2008 08:39:36 -0700, "Paul M¢Nett" <[EMAIL PROTECTED]> said: > >> But beware: your GUI code will require .NET/Mono > > Well, if it's Mono you won't be tied to a platform. But the WinForms > implementation is a long way from complete in Mono.
And you don't get native widgets on any platform except Windows. So even if the Mono WinForms implementation becomes complete at some point, you are still tied to the way Windows widgets look, feel, and behave. I say, resist the temptation. Python already has multiple crossplatform GUI toolkits to choose from, one of which (wxPython) delivers native widgets on each platform. You get a Mac button on Mac, complete with the nice eye candy of that platform, for example. In summary, I'd say that Python brings a whole hell of a lot of technical goodness to .NET, but .NET really doesn't bring anything to Python, other than exposure. Paul _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

