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
Matrix24
V2EX  ›  Python

Pyinstaller 打包程序,有什么需要注意的地方?

  •  
  •   Matrix24 · 2014-03-08 20:49:36 +08:00 · 3390 次点击
    这是一个创建于 3701 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如何才能确保打包后的程序看可以独立运行?
    2 条回复    1970-01-01 08:00:00 +08:00
    Esay
        1
    Esay  
       2014-03-08 21:43:51 +08:00
    http://stackoverflow.com/questions/7261795/how-to-create-a-mac-os-x-app-with-python 这里有一些建议。

    可以试试 py2app 和 cxFreeze。
    hick
        2
    hick  
       2014-03-09 00:01:00 +08:00
    我打包过几个, 很容易的就独立运维了, 比以前的 py2exe 简单好用. 没遇到诸如 sqlite, win32api 的各种问题, 主要保证 .py 能跑起来就可以了.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2814 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 24ms · UTC 12:18 · PVG 20:18 · LAX 05:18 · JFK 08:18
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.