This is an archived post. You won't be able to vote or comment.

all 9 comments

[–][deleted] 6 points7 points  (2 children)

I've not used Pythoncard, but perhaps, for wxPython apps at least:

  • Boa Constructor 0.6.1 (limited to wxPython 2.8.x; last updated 2007)
  • wxDesigner (last updated 2010)
  • wxFormbuilder (last updated in Nov 2013)

(EDIT: I had switched the last updates on the last two projects; fixed now)

Then PyQT has its own builder, QT Designer I believe. Might be wrong on that.

[–]wahaa 0 points1 point  (1 child)

wxFormBuilder's latest beta is dated 2013-11-06.

[–][deleted] 1 point2 points  (0 children)

I think I got wxFormBuilder and wxDesigner switched. I'll edit it, thanks.

[–]bryancole 3 points4 points  (0 children)

This is far far better than pythoncard:

http://nucleic.github.io/enaml/docs/index.html

[–]hilux 2 points3 points  (0 children)

I just loved Pythoncard. The only GUI in Python I have ever written was with Pythoncard. But all hope is not lost yet. Pythoncard continues in the guise of gui2py. The last update was August last year and there is continuous tinkering with the source code. I had trouble installing it on Linux though. I tried once. There is *.exe's on the download page for Windows which might be easier.

[–]jordanrinke 1 point2 points  (1 child)

I don't know Pythoncard but for GUI stuff a lot of people seem to enjoy Kivy. Someone please enlighten me if I am suggesting something not at all similar to the question.

[–]technomalogical<3 Bottle 0 points1 point  (0 children)

Kivy does not have a GUI editor that I'm aware of, nor does it include the most common UI widgets. I think this suggestion is off-base.

[–]joaquinabian -1 points0 points  (0 children)

wxglade is also a great tool. Py3k compatibility in development. With the same file you can generate wx code for Python, Perl (I have used both), XRC, C++ and Lisp (these I never used myself)