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.
source
share