In article <camw75ysaeawo5+rjwggfkustyto1q+0zfkvachtuadodqy4...@mail.gmail.com>, Alex Ter-Sarkissov <ater1...@gmail.com> wrote: > that's quite weird: if I run python2.7-32 in terminal, it works like you > said, but when I add it as an interpreter in Eclipse, matplotlib.pyplot > doesn't get imported for some reason. Even more strange, either way > platform.architecture() reports 64-bit. What's wrong here?
platform.architecture() is not accurate for OS X 64-/32-bit builds. Use sys.maxsize instead. I have no experience with Eclipse so I really can't say how Eclipse might be launching the interpreter. Sorry! -- Ned Deily, n...@acm.org -- http://mail.python.org/mailman/listinfo/python-list