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:
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
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
> 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
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
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
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
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
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
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.
>
>
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
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
12 matches
Mail list logo