简体   繁体   English

如何为Windows 64位Python 2.7编译guppy?

[英]How do I compile guppy for Windows 64 bit Python 2.7?

I'm trying to use guppy to do some memory analysis for my Python program. 我正在尝试使用guppy为我的Python程序做一些内存分析。 I am using Windows 7 with Python 2.7 64-bit. 我使用的是Windows 7和Python 2.7 64位。 I have checked out the latest version of guppy from the trunk: 我已经从主干检查了最新版本的guppy:

svn co https://guppy-pe.svn.sourceforge.net/svnroot/guppy-pe/trunk/guppy guppy

When I do python setup.py build I get a bunch of errors. 当我做python setup.py build我得到了一堆错误。 Has anyone compiled guppy for Windows 7 Python 2.7 64-bit? 有人为Windows 7 Python 2.7 64位编译了guppy吗? If so, how? 如果是这样,怎么样? If this isn't possible, what other Python memory analyzers would I be able to use? 如果这不可能,我可以使用哪些其他Python内存分析器? Thanks. 谢谢。

You need to use the VS X64 command prompt. 您需要使用VS X64命令提示符。 I started "VS2013 x64 Cross Tools Command Prompt" (with 2013 Express for Desktop installed) and executed the build command, which completed without any errors. 我启动了“VS2013 x64 Cross Tools命令提示符”(安装了2013 Express for Desktop)并执行了build命令,该命令完成且没有任何错误。

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

相关问题 如何在Windows 64位上安装Python 2.7模块? - How do I install Python 2.7 modules on Windows 64-Bit? 我应该在Windows 7上使用Python 2.7 32位或64位 - Should I use Python 2.7 32 bit or 64 bit with Windows 7 如何在Windows 64位上安装numpy + mkl for python 2.7? - How to install numpy+mkl for python 2.7 on windows 64 bit? 如何为64位Windows和Python 2.7安装ZBar? - How to install ZBar for 64-bit Windows and Python 2.7? 适用于 Windows 10 64 位 python 2.7 的 Numpy - Numpy for windows 10 64 bit python 2.7 如何在Windows上为Python开发安装64位Vim? - How do I install 64 bit Vim for python development on Windows? 如何在64位CentOS 6上编译和运行32位Python? - How do I compile and run 32-bit Python on 64-bit CentOS 6? 我在哪里可以下载/如何在 Windows 10 64 位笔记本电脑上安装适用于 Windows 的 python 2.7 32 位? Pepper 机器人需要 - Where can I download / how can I install python 2.7 32-bit for Windows on a Windows 10 64-bit laptop? Required for Pepper Robot 如何在 Windows 上并排安装 Python 2.7.3 32 位和 64 位 - How do I install Python 2.7.3 32 bit and 64 bit on Windows side by side 在Windows上获取PILow而不是Pillow for Python 2.7 64位 - Obtaining PIL instead of Pillow for Python 2.7 64-bit on Windows
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM