Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-20 Thread DaveW
For rapid UI development which keeps the action code separate from the gaphics, check out wxglade. http://wxglade.sourceforge.net/ Excellent tool. I've written some comments about a few wxpython things at http://www.avatar.com.au/sonipy/uiGUI.html Did someone already mention the wxPython book:

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Scott Frankel
I'll take a new look at wxPython and Editra. I'll also check out SPE. Time to adopt a more robust debugging scheme than tossing print statements through Emacs ... Thanks all! Scott On Nov 19, 2007, at 2:25 PM, Christopher Barker wrote: > Scott Frankel wrote: >> Would Idle be a good ch

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Christopher Barker
Scott Frankel wrote: > Would Idle be a good choice for IDE if I were to use wx? Just be clear - the choice of IDE should be completely independent of choice of GUI toolkit. You can use Eclipse+PyDev just fine with wx, for instance (ad fine as you can use Eclipse+PyDev for anything, anyway) A r

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Bill Janssen
> Ultimately, I'm looking for a windowing toolkit that uses native > widgets, one that can provide a high level of visual polish, that can > be built for multiple OS's and platforms, and that plays nicely with > Python. Another possibility is to use Java Swing, via JCC, Andi Vajda's system for pro

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Henning Hraban Ramm
Am 2007-11-19 um 22:23 schrieb Scott Frankel: > Would Idle be a good choice for IDE if I were to use wx? I've seen > Python plugins for XCode. Would that support debugging? Please look for the several IDE threads in the ML's archive. Short answer: IDLE is dead, and XCode is uncomfortable for P

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Henning Hraban Ramm
Am 2007-11-19 um 21:56 schrieb Ed Leafe: > On Nov 19, 2007, at 2:50 PM, Scott Frankel wrote: >> Ultimately, I'm looking for a windowing toolkit that uses native >> widgets, one that can provide a high level of visual polish, that can >> be built for multiple OS's and platforms, and that plays nicel

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Scott Frankel
Thanks for the suggestions (and warnings!). Would Idle be a good choice for IDE if I were to use wx? I've seen Python plugins for XCode. Would that support debugging? Thanks again! Scott On Nov 19, 2007, at 1:03 PM, James Kelly wrote: > I've had good experience with wxpython. In some a

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Ed Leafe
On Nov 19, 2007, at 2:50 PM, Scott Frankel wrote: > Ultimately, I'm looking for a windowing toolkit that uses native > widgets, one that can provide a high level of visual polish, that can > be built for multiple OS's and platforms, and that plays nicely with > Python. Sounds like you're

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Jim Kelly
I've had good experience with wxpython. In some areas the documentation can be a little spotty, but it's generally pretty easy to figure out. I've had a few quirks with PyDev though. I found it difficult to get it to recognize where my site-packages directory was, despite the fact that the binar

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Kent Johnson
Scott Frankel wrote: > Is anyone on this list using Eclipse with Python and the SWT > windowing kit? > > I've been looking through the MacPython.org and Eclipse pages for > info on combining Python and SWT. So far, I've read about the PyDev > plugin that allows Eclipse to speak Python. > >

Re: [Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Leonardo Santagada
Em 19/11/2007, às 17:50, Scott Frankel escreveu: > Is anyone on this list using Eclipse with Python and the SWT > windowing kit? > > I've been looking through the MacPython.org and Eclipse pages for > info on combining Python and SWT. So far, I've read about the PyDev > plugin that allows Eclipse

[Pythonmac-SIG] Eclipse + SWT + Python

2007-11-19 Thread Scott Frankel
Is anyone on this list using Eclipse with Python and the SWT windowing kit? I've been looking through the MacPython.org and Eclipse pages for info on combining Python and SWT. So far, I've read about the PyDev plugin that allows Eclipse to speak Python. I'd like to know if PyDev would all