[Numpy-discussion] ValueError: object too deep for desired array

2006-10-03 Thread kortmann
Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\kenny>cd c:\lameness C:\lameness>c:\Python24\python.exe templatewindow.py a = [[ 1.00013175e+00 2.63483019e-05 1.6740e+00 5.22246363e-05 1.8735e+00 -2.77694969e-07 -1.307

[Numpy-discussion] (no subject)

2006-09-05 Thread kortmann
Hey guys I posted this on matplotlibs mailing list > hey guys i got the subversion from the site and I am trying to install it > on windows. > > I changed dir into the matplotlib dir that includes the setup.py file. > > run python setup.py install, and im getting a wierd error. i left the > topmos

[Numpy-discussion] Py2exe / numpy troubles

2006-08-29 Thread kortmann
My Configuration : Windows XP pro, ActivePython 2.4.2.10, Scipy 0.4.9, Numpy 0.9.8, MatplotLib 0.87.1, Py2exe 0.6.5, WxPython 2.6 1) Be very careful on how you generate the file "...\dist\library.zip".I don't know why, but the zip file generated by hand doesn't work. Check its size

Re: [Numpy-discussion] Release of 1.0b5 this weekend

2006-08-29 Thread kortmann
>I find it much cleaner to write >x = foo.bar().baz(param).frob() >than >foo.bar() >foo.baz(param) >x = foo.frob() >but perhaps others disagree. Both of these look "clean" but i do not think that moving 3 lines to one line makes code "cleaner" They both do the same thing and if someone that d

[Numpy-discussion] py2exe error

2006-08-29 Thread kortmann
>Hi, Travis >I can pack my scripts into an executable with py2exe, but errors occur >once it runs: >No scipy-style subpackage 'random' found in D:\test\dist\numpy. >Ignoring: No module named info >import core -> failed: No module named _internal >import lib -> failed: 'module' object has no attri

[Numpy-discussion] 1.0b4 problem continuted from 1.0b3

2006-08-28 Thread kortmann
On 8/25/06, Travis Oliphant <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Message: 4 > > Date: Thu, 24 Aug 2006 14:17:44 -0600 > > From: Travis Oliphant <[EMAIL PROTECTED]> > > Subject: Re: [Numpy-discussion] (no subject) > > To: Discussion of Numerical Python > > > > Message-I

[Numpy-discussion] 1.0b3 in windows

2006-08-25 Thread kortmann
Message: 4 Date: Thu, 24 Aug 2006 14:17:44 -0600 From: Travis Oliphant <[EMAIL PROTECTED]> Subject: Re: [Numpy-discussion] (no subject) To: Discussion of Numerical Python Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed [EMAIL PROTECTED] wrote:

[Numpy-discussion] (no subject)

2006-08-24 Thread kortmann
>On Thursday 24 August 2006 09:50, [EMAIL PROTECTED] wrote: >> Sorry for my ignorance, but I have not ever heard of or used mingw32. I >> am also using python 2.3. >http://en.wikipedia.org/wiki/Mingw explains in detail. >> >> Is there any way someone could possibly send me a brief walk through o

Re: [Numpy-discussion] numpy-1.0b3 under windows

2006-08-24 Thread kortmann
Sorry for my ignorance, but I have not ever heard of or used mingw32. I am also using python 2.3. Is there any way someone could possibly send me a brief walk through of how to install 1.0b3 on windows32? Also I am not sure that I know how to manipulate the code that you guys said that you have

[Numpy-discussion] Version 1.0b3

2006-08-22 Thread kortmann
Since no one has downloaded 1.0b3 yet, if someone wants to put up the windows version for python2.3 i would be more than happy to be the first person to download it :) - Using Tomcat but need to do more? Need to support web

[Numpy-discussion] 1.02b

2006-08-18 Thread kortmann
I realize it was just released, but is there going to be a windows release for 1.02b? - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make y

[Numpy-discussion] numpy.linalg.linalg.LinAlgError: Singular matrix

2006-08-16 Thread kortmann
all of the variables n, st, st2, st3, st4, st5, st6, sx, sxt, sxt2, and sxt3 are all floats. A = array([[N, st, st2, st3],[st, st2, st3, st4], [st2, st3, st4, st5], [st3, st4, st5, st6]]) B = array([sx, sxt, sxt2, sxt3]) lina = linalg.solve(A, B) is there something wrong with this code? it