简体   繁体   English

python 2.7的下载包“Windows x86 MSI程序数据库”的目的是什么?

[英]What is the purpose of python 2.7's download package “Windows x86 MSI program database”?

Upgrading from python 2.5/2.6 to python 2.7 on WinXP, I've found new download package forms for python at http://www.python.org/download/releases/2.7.1/ . 在WinXP上从python 2.5 / 2.6升级到python 2.7,我在http://www.python.org/download/releases/2.7.1/找到了python的新下载包表单。

So I'm wondering what is the purpose of python 2.7's download package " Windows x86 MSI program database "? 所以我想知道python 2.7的下载包“ Windows x86 MSI程序数据库 ”的目的是什么? Searching on web didn't bring me clarifications on this. 在网上搜索没有给我带来澄清。

Actually it contains lots for .pdb library files, which on my PC are associated to Palm PDB files. 实际上它包含很多.pdb库文件,这些文件在我的PC上与Palm PDB文件相关联。 This should be false, as Palm OS is dead. 这应该是错误的,因为Palm OS已经死了。

It is the Python windows executable with debugging extensions. 它是带有调试扩展的Python窗口可执行文件。 Having it as part of standard release was costly in terms of size and It was made available because in Windows due to differences in Windows versions and Visual studio versions and updates, building one by the user may not represent the DLL that distributed with Python. 将其作为标准版本的一部分在尺寸方面成本很高并且由于Windows版本和Visual Studio版本和更新的差异而在Windows中可用,因此用户构建一个可能不代表随Python一起分发的DLL。 More details are available here http://bugs.python.org/issue1303434 更多详细信息,请访问http://bugs.python.org/issue1303434

.pdb is an extension used by Visual Studio for debugging token databases. .pdb是Visual Studio用于调试令牌数据库的扩展。 That package looks like it's there for those who wish to debug Python. 对于那些希望调试Python的人来说,这个包看起来就像那样。 You'll still need the standard Python libraries/executables if you wish to debug python. 如果你想调试python,你仍然需要标准的Python库/可执行文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法附加x86 Python 2.7路径 - Can't append x86 Python 2.7 path 在Python ssh中将目录更改为Program Files x86 - Changing directory to Program Files x86 in Python ssh Python:安装和使用Exscript模块Windows x86 - Python: Installing and using Exscript module Windows x86 Python中“__package__”属性的目的是什么? - What's the purpose of the “__package__” attribute in Python? 尝试从WSGI / Python启动Chrome(绝对是肮脏的)[Win。 XP,x86,Python 2.7,Apache 2.2] - Trying to start Chrome from WSGI/Python (admittedly quick-and-dirty) [Win. XP, x86, Python 2.7, Apache 2.2] Windows x64上可返回的Python 2. * x86(ie32bit)id()函数的最高数目是多少? - What is the highest number Python 2.* x86 (i.e.32bit) id() function on Windows x64 can return? Python PermissionError:[Errno 13]尝试将txt保存到程序文件时权限被拒绝(x86) - Python PermissionError: [Errno 13] Permission denied when trying to save txt to program files(x86) 如何使用python从“ C:\\ Program Files(x86)”运行“ .exe”文件? - How to run an “.exe” file from “C:\Program Files (x86)” using python? 为什么 64 位 `pip install MySQL-python` 指的是 `C:\\Program Files (x86)\\`? - Why 64-bit `pip install MySQL-python` refers to `C:\Program Files (x86)\`? 如何在Windows x86下为Python 3.5安装Exscript - How do I install Exscript for Python 3.5 under Windows x86
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM