How to compile guppy for Windows 64-bit Python 2.7?

I am trying to use guppy to do memory analysis for my Python program. I am using Windows 7 with 64-bit Python 2.7. I checked the latest version of guppy from the torso:

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 mistakes. Has anyone compiled guppy for Windows 7 Python 2.7 64-bit? If so, how? If this is not possible, what other Python memory analyzers can I use? Thank.

+3
source share
1 answer

You need to use the VS X64 command line. I started the "VS2013 x64 Cross Tools Command Prompt" (with the 2013 Express for Desktop program installed) and ran a build command that completed without any errors.

0
source

All Articles