Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18014 > unrolled thread
| Started by | Ned Deily <nad@acm.org> |
|---|---|
| First post | 2011-12-27 01:46 -0500 |
| Last post | 2011-12-27 01:46 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: installing matplotlib in MacOs 10.6.8. Ned Deily <nad@acm.org> - 2011-12-27 01:46 -0500
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2011-12-27 01:46 -0500 |
| Subject | Re: installing matplotlib in MacOs 10.6.8. |
| Message-ID | <mailman.4127.1324968431.27778.python-list@python.org> |
In article <CAMW75YsaEAWO5+rJwggfkUSTYto1q+0ZfKVaChTuaDodQY4g+A@mail.gmail.com>, Alex Ter-Sarkissov <ater1980@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, nad@acm.org
Back to top | Article view | comp.lang.python
csiph-web