我有一些使用win32api的python脚本,我想创建一些GUI。我认为,使用VB的VisualStudio对此有好处,但也许StackOverflow上的某个人已经做过这样的事情了吗?我更喜欢做end-aplication(最终用户没有libs或python等)
任何建议......
答案 0 :(得分:2)
有一些用于python的GUI设计器: 在UBUNTU: 第1格莱德: 这是一个教程http://www.micahcarrick.com/gtk-glade-tutorial-part-1.html
2快速
install :
sudo apt-get install quickly
quickly create ubuntu-application hello-world
cd hello-world/
here is tutorial : https://wiki.ubuntu.com/Quickly
在Windows中: PyQt: 完整教程:http://talk.maemo.org/showthread.php?t=43663
答案 1 :(得分:0)
Python for Delphi将允许您在Delphi应用程序中嵌入Python解释器。不确定它是如何保持最新状态的。