[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

Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 9:54 PM, Chris Barker wrote: > On Wed, Dec 14, 2011 at 11:36 AM, Benjamin Root wrote: > >>> well, yes, though it does do a lot -- do you have a smpler one in mind? > >>> > >> Just looking at what I normally wouldn't need for simple data files > and/or > >> what a beginnin

Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-14 Thread Chris Barker
On Wed, Dec 14, 2011 at 11:36 AM, Benjamin Root wrote: >>> well, yes, though it does do a lot -- do you have a smpler one in mind? >>> >> Just looking at what I normally wouldn't need for simple data files and/or >> what a beginning user won't understand at once, the `unpack` and `ndmin` >> keywor

Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-14 Thread Benjamin Root
On Wed, Dec 14, 2011 at 1:22 PM, Ralf Gommers wrote: > > > On Wed, Dec 14, 2011 at 4:11 PM, Bruce Southey wrote: > >> ** >> On 12/14/2011 01:03 AM, Chris Barker wrote: >> >> >> >> On Tue, Dec 13, 2011 at 1:21 PM, Ralf Gommers < >> ralf.gomm...@googlemail.com> wrote: >> >>> >>> genfromtxt sure l

Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 4:11 PM, Bruce Southey wrote: > ** > On 12/14/2011 01:03 AM, Chris Barker wrote: > > > > On Tue, Dec 13, 2011 at 1:21 PM, Ralf Gommers > wrote: > >> >> genfromtxt sure looks close for an API >>> >> >> This I don't agree with. It has a huge amount of keywords that just >

Re: [Numpy-discussion] numpy.mean problems

2011-12-14 Thread ferreirafm
Hi Eraldo, Indeed Pandas is a really really nice module. If it going to take part of numpy, that's even better. Thanks for the suggestion. All the Best, Fred Eraldo Pomponi wrote: > > Hi Fred, > > Pandas has a nice interface to PyTable if you still need it: > > http://pandas.sourceforge.net/

Re: [Numpy-discussion] numpy.mean problems

2011-12-14 Thread ferreirafm
Hi Eraldo, Indeed, Pandas is a really really nice module! If it is going to take part of numpy, that's even better. Thanks for the suggestion. All the Best, Fred Eraldo Pomponi wrote: > > Hi Fred, > > Pandas has a nice interface to PyTable if you still need it: > > http://pandas.sourceforge.

Re: [Numpy-discussion] numpy.mean problems

2011-12-14 Thread ferreirafm
Thanks for the correction. Good to know! I've got this outdated information from pytable's mailing list. Regards, Fred David Verelst wrote: > > Note that the pytables pro you are referring to is no longer behind a > pay wall. Recently the project went through some changes and the pro > versio

Re: [Numpy-discussion] Moving to gcc 4.* for win32 installers ?

2011-12-14 Thread Ralf Gommers
On Wed, Dec 14, 2011 at 3:04 PM, David Cournapeau wrote: > On Tue, Dec 13, 2011 at 3:43 PM, Ralf Gommers > wrote: > > On Sun, Oct 30, 2011 at 12:18 PM, David Cournapeau > > wrote: > >> > >> On Thu, Oct 27, 2011 at 5:19 PM, Ralf Gommers > >> wrote: > >> > Hi David, > >> > > >> > On Thu, Oct 27,

Re: [Numpy-discussion] Fast Reading of ASCII files

2011-12-14 Thread Bruce Southey
On 12/14/2011 01:03 AM, Chris Barker wrote: On Tue, Dec 13, 2011 at 1:21 PM, Ralf Gommers mailto:ralf.gomm...@googlemail.com>> wrote: genfromtxt sure looks close for an API This I don't agree with. It has a huge amount of keywords that just confuse or intimidate a beginnin

Re: [Numpy-discussion] Moving to gcc 4.* for win32 installers ?

2011-12-14 Thread David Cournapeau
On Tue, Dec 13, 2011 at 3:43 PM, Ralf Gommers wrote: > On Sun, Oct 30, 2011 at 12:18 PM, David Cournapeau > wrote: >> >> On Thu, Oct 27, 2011 at 5:19 PM, Ralf Gommers >> wrote: >> > Hi David, >> > >> > On Thu, Oct 27, 2011 at 3:02 PM, David Cournapeau >> > wrote: >> >> >> >> Hi, >> >> >> >> I w