Re: [Numpy-discussion] numpy from subversion

2008-03-13 Thread Charles Doutriaux
Hi Stephan, Does the converter from Numeric fixes that? I mean runnning it on an old Numeric script will import numpy.ma, does it still replace with numpy.oldnumeric.ma? Thx, C. Stéfan van der Walt wrote: > On Wed, Mar 12, 2008 at 11:39 AM, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > >>

Re: [Numpy-discussion] numpy from subversion

2008-03-13 Thread Stéfan van der Walt
On Wed, Mar 12, 2008 at 11:39 AM, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > My mistake i was still in trunk > > but i do get: > > import numpy, numpy.oldnumeric.ma as MA, numpy.oldnumeric as > Numeric, PropertiedClasses > File > "/lgm/cdat/latest/lib/python2.5/site-packages/numpy/

Re: [Numpy-discussion] numpy from subversion

2008-03-12 Thread Charles Doutriaux
My mistake i was still in trunk but i do get: import numpy, numpy.oldnumeric.ma as MA, numpy.oldnumeric as Numeric, PropertiedClasses File "/lgm/cdat/latest/lib/python2.5/site-packages/numpy/oldnumeric/ma.py", line 4, in from numpy.core.ma import * ImportError: No module named m

[Numpy-discussion] numpy from subversion

2008-03-12 Thread Charles Doutriaux
I just subversioned to the latest numpy, i get: Any idea? Thx, >>> import numpy Traceback (most recent call last): File "", line 1, in File "/export/svn/Numpy/trunk/numpy/__init__.py", line 27, in ImportError: No module named __config__ ___ Nump