V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
crazycookie
V2EX  ›  Python

Python Gui Framework 求推荐

  •  
  •   crazycookie · 2012-03-27 10:32:07 +08:00 · 6036 次点击
    这是一个创建于 4405 天前的主题,其中的信息可能已经有所发展或是发生改变。
    1. 方便快速
    2. 文档全面
    3. 最好native mac , windows 可以不考虑
    9 条回复    1970-01-01 08:00:00 +08:00
    neildd
        1
    neildd  
       2012-03-27 10:38:20 +08:00
    我用过wxPython,pyQt
    感觉pyQt开发容易一些,资料也齐。
    wxpython适合有MFC基础的(一样一样的),开发工具、资料少,画界面全靠手编。
    thedevil7
        2
    thedevil7  
       2012-03-27 10:39:52 +08:00
    I use PyQt4, because it has multiplatform support. The Documentation is nice.
    Recommend a book : Rapid Gui Develop with Python and PyQT.
    But, I never used anything else. I can not give an overall comparison.

    (fcitx-pinyin is down in my chrome on Gentoo)
    lch21
        3
    lch21  
       2012-03-27 10:41:53 +08:00
    Qt很好. bitcoin官方客户端就是用它
    est
        4
    est  
       2012-03-27 11:02:42 +08:00
    pygui
    cooka
        5
    cooka  
       2012-03-27 20:26:36 +08:00
    @est 你这是用过才给建议吗? 这东西对mac支持很不好吧.
    pyqt是最好的,多平台下也是最好的.
    ant_sz
        6
    ant_sz  
       2012-03-27 20:34:33 +08:00
    python不是有Cocoa的bridge么?pyobjc这个是最Native的

    Qt毕竟是一种额外的封装,需要在客户机安装pyQt运行库的

    建议开发Native Mac应用还是去学学objc把,用bridge效率真不高
    whtsky
        7
    whtsky  
       2012-03-27 20:37:41 +08:00 via Android
    pyqt不喜欢,基本就是把c++里那一套直接搬过来了,用起来感觉和写c++似的.
    至今没有找到满意的python gui框架…
    cooka
        8
    cooka  
       2012-03-27 21:15:48 +08:00
    Status

    PyObjC 2.2 was released on November 24th 2009. See the NEWS file for details.

    PyObjC supports Mac OS X 10.3.9 and later, earlier versions are not supported.

    ...
    est
        9
    est  
       2012-03-29 14:42:31 +08:00
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   5304 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 03:44 · PVG 11:44 · LAX 20:44 · JFK 23:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.