
I'm using Eclipse (PyDev) on MacOS. I downloaded scipy010, installed it and added path to .mpkg file to PYTHONPATH and scipy to forced built-in. Nothing worked, I keep getting 'module scipy not found'. I then removed the link to the .mpkg and still nothing works. Strange enough, numpy works just fine. What should I do?

On Wed, Dec 14, 2011 at 10:38 PM, Alex Ter-Sarkissov <ater1980@gmail.com>wrote:
I'm using Eclipse (PyDev) on MacOS. I downloaded scipy010, installed it and added path to .mpkg file to PYTHONPATH and scipy to forced built-in. Nothing worked, I keep getting 'module scipy not found'. I then removed the link to the .mpkg and still nothing works. Strange enough, numpy works just fine. What should I do?
Not sure what you mean by "install" here, but you're supposed to double-click the mpkg installer to run it, not put it on your PYTHONPATH. Note that to use the provided dmg installer, you have to also use the matching python from python.org Ralf

Dear Alexe, I'm not sure I understood what you mean by "install" like Ralf. However, I would also suggest, if you are using Eclipse and PyDev, (after installing new modules) to remove the current python interpreter (from Eclipse options) and then re-add it so that the whole pythonpath will be re-scanned and you will not see any "red" underline (with the msg: module not found) in your python editor. Cheers, Eraldo On Wed, Dec 14, 2011 at 10:52 PM, Ralf Gommers <ralf.gommers@googlemail.com>wrote:
On Wed, Dec 14, 2011 at 10:38 PM, Alex Ter-Sarkissov <ater1980@gmail.com>wrote:
I'm using Eclipse (PyDev) on MacOS. I downloaded scipy010, installed it and added path to .mpkg file to PYTHONPATH and scipy to forced built-in. Nothing worked, I keep getting 'module scipy not found'. I then removed the link to the .mpkg and still nothing works. Strange enough, numpy works just fine. What should I do?
Not sure what you mean by "install" here, but you're supposed to double-click the mpkg installer to run it, not put it on your PYTHONPATH. Note that to use the provided dmg installer, you have to also use the matching python from python.org
Ralf
_______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion
participants (3)
-
Alex Ter-Sarkissov
-
Eraldo Pomponi
-
Ralf Gommers