由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
SanFrancisco版 - windows 上安装python package.
相关主题
湾区有infant swimming class没求教:绿卡REF
请帮我看看,这块硬盘为什么读不出来?? (转载)[合集] 推荐一个南湾的语言学校 (Adult School ESL class)
借人气 求教 卸载软件人品贴:qqqtv安装全是问号,不能显示中文的处理
朋友结婚,红包包多少?贫穷硅工问题, 电视天线安装问题
急!父母境内绿卡申请中,已经有出生公证还被要求提交原始证明.[合集] 求抽油烟机 品牌+安装 信息
急!父母境内绿卡申请中,已经有出生公证还被要求提交原始证明不要吵,看官方数据。
总是收到陌生号码电话怎么办?CABLE 和 Wirless Internet 在安装上有什么区别
NMLS 和 BRE# 这俩number 啥区别?~~~~~~~~AT&T手机安装中文?急!~~~~~~~~
相关话题的讨论汇总
话题: command话题: 安装话题: hkey话题: classes话题: python
进入SanFrancisco版参与讨论
1 (共1页)
t***q
发帖数: 418
1
有一个在windows 下安装 python package 的问题。
我的工作电脑是一个pc, 有时候,我需要安装 python package, 而且,这些package
没有 exe, ims file 去安装,只有 zip file, 就需要用 cmd command line 去安装。
python setup.py install
一些package 如 bottlenose:
https://pypi.python.org/pypi/bottlenose/0.6.2
如果他只有一个 zip file. 我们需要用这句话在 cmd 上安装 "python setup.py
install".
但是在我的, pc 上, 我每次都得到这个 error:
"command class %s must subclass Command" % cmd_class distutils.errors.
DistutilsClassError: command class setuptools.command.install.install must
subclass Command.
google "command class %s must subclass Command" % cmd" error", 我发现如下解
答:
http://stackoverflow.com/questions/34250531/setup-py-doesnt-wor
看来我要改变 the registry path:
HKEY_CLASSES_ROOTpy_auto_fileshellopencommand
要改变 registry key, 一个方法是:
http://www.computerhope.com/issues/ch001348.htm
这里有一个类似的方法
http://eli.thegreenplace.net/2010/12/14/problem-passing-argumen
但是我一个个试过去,
HKEY_CLASSES_ROOTApplicationspython26.exeshellopencommand
或者
HKEY_CLASSES_ROOTpy_auto_fileshellopencommand
但是我的 HKEY_CLASSES_ROOT 没有 py_auto_file subkey, 也没有
Applicationspython27.exe key. 我手动加上这个keys 以后, 也不 working.
I am wondering how to solve the problem properly.
Thank you so much!
1 (共1页)
进入SanFrancisco版参与讨论
相关主题
~~~~~~~~AT&T手机安装中文?急!~~~~~~~~急!父母境内绿卡申请中,已经有出生公证还被要求提交原始证明.
没文化被鄙视了急!父母境内绿卡申请中,已经有出生公证还被要求提交原始证明
俺的车电池不行了,costco竟然不管安装?!总是收到陌生号码电话怎么办?
How to Gauge Your Middle-Class Status (转载)NMLS 和 BRE# 这俩number 啥区别?
湾区有infant swimming class没求教:绿卡REF
请帮我看看,这块硬盘为什么读不出来?? (转载)[合集] 推荐一个南湾的语言学校 (Adult School ESL class)
借人气 求教 卸载软件人品贴:qqqtv安装全是问号,不能显示中文的处理
朋友结婚,红包包多少?贫穷硅工问题, 电视天线安装问题
相关话题的讨论汇总
话题: command话题: 安装话题: hkey话题: classes话题: python