[Numpy-discussion] scipy installation problem

2011-12-14 Thread Alex Ter-Sarkissov
OK thanks guys, reinstalling the interpreter did the trick. I'm quite sure I did it before though, without any effect. More interestingly, I have two interpreters running, one for 2.6 and the other the auto. So the latter one still tells me the module isn't found, the former works just fine. Myster

Re: [Numpy-discussion] scipy installation problem

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 11:12 PM, Alex Ter-Sarkissov wrote: > yeah, I've already removed it, still doesn't work. > > I'm running Python 2.6 and SciPy version I'm trying to install is > scipy-0.10.0-py2.6-python.org-macosx10.3., pydev version is 2.2.4 > > I've had no trouble running numpy or Tkinte

Re: [Numpy-discussion] scipy installation problem

2011-12-14 Thread Eraldo Pomponi
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-s

[Numpy-discussion] scipy installation problem

2011-12-14 Thread Alex Ter-Sarkissov
yeah, I've already removed it, still doesn't work. I'm running Python 2.6 and SciPy version I'm trying to install is scipy-0.10.0-py2.6-python.org-macosx10.3., pydev version is 2.2.4 I've had no trouble running numpy or Tkinter for example. Also none of the other modules I'm using have been added

Re: [Numpy-discussion] scipy installation problem

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 10:56 PM, Alex Ter-Sarkissov wrote: > yes, that's exactly what i did. I'm using Python2.6 both in PyDev and > Scipy. > Then you don't need to put anything on your pythonpath, since scipy gets installed to the normal site-packages dir. You'll have to provide more details a

[Numpy-discussion] scipy installation problem

2011-12-14 Thread Alex Ter-Sarkissov
yes, that's exactly what i did. I'm using Python2.6 both in PyDev and Scipy. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] scipy installation problem

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 10:38 PM, Alex Ter-Sarkissov 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 t

[Numpy-discussion] scipy installation problem

2011-12-14 Thread Alex Ter-Sarkissov
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 fi