Re: [Numpy-discussion] np.lookfor -- still supported / working ?

2010-12-11 Thread Pauli Virtanen
On Sat, 11 Dec 2010 23:40:35 +0100, Sebastian Haase wrote: > Hi all, > > I recently discovered numpy's lookfor function, which is supposed to > look through "all kinds" of doc strings and list relevant functions > related to given keywords. However it does not seem to work for me: N.__versio

[Numpy-discussion] np.lookfor -- still supported / working ?

2010-12-11 Thread Sebastian Haase
Hi all, I recently discovered numpy's lookfor function, which is supposed to look through "all kinds" of doc strings and list relevant functions related to given keywords. However it does not seem to work for me: >>> N.__version__ '1.3.0' >>> N.lookfor('fft', module=None, import_modules=True, rege

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Charles R Harris
On Sat, Dec 11, 2010 at 12:58 PM, Katharina wrote: > Oh... the Problem with python2.6 is solved. > I take the numpy Version, which was transformed with 2to3. > > Wait, how did you do that? Setup should automatically select the right version. Chuck ___

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Katharina
Oh... the Problem with python2.6 is solved. I take the numpy Version, which was transformed with 2to3. sorry /Ingwer Am Samstag, den 11.12.2010, 20:49 +0100 schrieb Katharina: > I'm really sorry, but the Error is the same: > > --

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Katharina
I'm really sorry, but the Error is the same: ~/Desktop/numpy-1.5.1$ python3.1 setup.py build Converting to Python3 via 2to3... RefactoringTool: Skipping implicit fixer: buffer RefactoringTool: Skipping implic

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Charles R Harris
On Sat, Dec 11, 2010 at 11:53 AM, Katharina wrote: > Hi, > yes my build is in /usr/local/lib/python3.1/site-packages/numpy-1.5.1. > Is't wrong? > > Well, let's find out ;) Move your numpy download somewhere like ~/numpy-1.5.1, then do cd numpy-1.5.1 python3.1 setup.py build sudo python3.1 setup.

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Katharina
Hi, yes my build is in /usr/local/lib/python3.1/site-packages/numpy-1.5.1. Is't wrong? / Ingwer Am Samstag, den 11.12.2010, 08:05 -0700 schrieb Charles R Harris: > > > On Sat, Dec 11, 2010 at 5:41 AM, Katharina > wrote: > Hi, > I install Python3.1, but I get the same Error: >

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Charles R Harris
On Sat, Dec 11, 2010 at 5:41 AM, Katharina wrote: > Hi, > I install Python3.1, but I get the same Error: > > > sudo python3 setup.py build --fcompiler=gnu95 > Converting to Python3 via 2to3...

Re: [Numpy-discussion] Numpy and Python3

2010-12-11 Thread Katharina
Hi, I install Python3.1, but I get the same Error: sudo python3 setup.py build --fcompiler=gnu95 Converting to Python3 via 2to3... RefactoringTool: Skipping implicit fixer: buffer RefactoringToo