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

关于 windows 下 python 64 位 msi 包装好后不能运行的问题

  •  
  •   freaks · 2015-08-25 14:37:20 +08:00 · 3529 次点击
    这是一个创建于 3138 天前的主题,其中的信息可能已经有所发展或是发生改变。

    网上搜了一大圈,还是没有可行的办法,也卸载重装了几遍,把一些安全软件都关了,按正常的逻辑,软件装好后可以正常运行的,安装的时候没有什么报错信息的.就是运行和卸载时会弹出下图的提示,然后过了不到一分钟就没反应了.

    1.这是要运行软件的时候的现象:

    ai

    2.这是卸载时出现的截图和日志:

    ai

    Product: Python 2.7.10 (64-bit ) -- The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2753. The arguments are: python.exe, , **

    3.哪位 V 大能支个招,小弟不胜感激,Thx

    emoji

    10 条回复    2015-08-26 20:53:50 +08:00
    Coyote
        1
    Coyote  
       2015-08-25 15:24:14 +08:00
    貌似和 python 安装包没有关系, 是系统在安装 msi 时出现了内部错误

    http://www.ehow.com/how_5047270_fix-internal-error.html
    ufo22940268
        2
    ufo22940268  
       2015-08-25 15:36:42 +08:00
    BraveRBT
        3
    BraveRBT  
       2015-08-25 17:49:30 +08:00
    用 windows install clean up 清理后重新安装试试看~?
    或者用 Revo Uninstaller Pro 彻底卸载重装一下?
    freaks
        4
    freaks  
    OP
       2015-08-25 20:40:33 +08:00
    @BraveRBT 谢谢回复,试了,但是不行
    @ufo22940268 @Coyote 谢谢回答,我试试你们的方法
    lenovo
        5
    lenovo  
       2015-08-26 02:21:34 +08:00
    https://github.com/activescott/lessmsi
    解压 msi ,添加系统 path 就可以了
    Vicer
        6
    Vicer  
       2015-08-26 08:17:07 +08:00 via iPhone
    装 32 位的
    anyforever
        7
    anyforever  
       2015-08-26 09:06:02 +08:00
    我最近装了两三台 3.4 的,都没问题。为什么还在用 2.7 ?旧项目依赖?
    jesson
        8
    jesson  
       2015-08-26 14:03:01 +08:00 via Android
    使用命令 msiexec /package 文件目录 来安装 msi 文件
    testlc
        9
    testlc  
       2015-08-26 17:29:40 +08:00
    楼上应该对的,遇到类似问题
    freaks
        10
    freaks  
    OP
       2015-08-26 20:53:50 +08:00
    @jesson 谢谢解答,我是用的你这个方法做的,其实我双击 msi 文件,装软件没问题的,主要是在我想 运行的时候,运行不起来,配置了环境变量,在 dos 命令行可以进入交互环境.现在我用命令安装后,可执行文件都没有了,只能在 dos 里操作了
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3145 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 12:38 · PVG 20:38 · LAX 05:38 · JFK 08:38
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.