On Tue, Dec 16, 2008 at 9:05 AM, Zhiwen Liang <[email protected]> wrote: > Hi Jon, > It is until today that I realize I lost your email a long time ago. I hope > you still remember. I was asking you about the memory problem. You are > absolutely right. The "platform.architecture()" shows python is compiled in > 32 bit. I wonder if this means I should build python and all related > packages again.
I don't think you should build python if at all possible. What platform is this? If at all possible, use a package manager to take care of getting the correct libraries and binaries, etc. -- Daniel Wheeler
