开发者

Using NetBeans for Python GUI development

Is NetBeans recommended for developing a GUI for a Python app?

Does it have a form/screen builder for开发者_开发问答 Python apps, like Dabo?


Although it isn't "built-in" to Netbeans, I've found Qt Designer to be an excellent tool for building GUIs for Python. Of course, this only works if you're using PyQt or PySide but it's kept me quite happy for years. According to the Netbeans Docs, integrated Qt Designer support is available. I haven't tried it personally to see if it works from within a Python project but even if it doesn't I doubt the annoyance of launching Designer by hand would be sufficient to disuade you from using an otherwise excellent tool.


I haven't seen a built-in GUI builder for CPython. You could use Jython + Matisse (the built-in Netbeans Java-based GUI builder).


Oracle is not going to support dynamic languages in netbeans. In their marketing speak "dynamic languages on netbeans will be supported by the community" i.e. not by Oracle.

See this webcast at time 11:55.

For the record, I used to use netbeans for python development and thought it was excellent but have now moved to eclipse + pydev.

Netbeans does have the "netbeans GUI Builder" but that is for the Java (or Jython) platform and does not support the common GUI frameworks used in python such as xwpython, Qt or Tkinter


Is Google broken?

There's the first hit I got from Googling "Netbeans Python"

http://netbeans.org/features/python/index.html

I don't know what kind of "recommendation" you're looking for, but it's certainly supported.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜