[Numpy-discussion] http://mail.scipy.org/pipermail/numpy-discussion/2011-January/054512.html

2011-01-16 Thread Alex Ter-Sarkissov
hi thanks I've sorted ou the issue Alex ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] NOOB Alert: Looping Through Text Files...

2011-01-16 Thread Jochen Schröder
On 15/01/11 09:52, dstaley wrote: > > Warning, I am a python noob. Not only do I not know python, I really don't > know anything about programming outside of ArcInfo and the ancient AML > language. Regardless, here is my problem > > Let's say I have three text files (test1.txt, test2.txt and

[Numpy-discussion] defmatrix 1.3 versus 1.5

2011-01-16 Thread zb
Hi I am trying to compile a py2exe app. It works with numpy 1.3 but if I try numpy 1.5 I get an error when loading the app.exe Traceback (most recent call last): File "artisan.pyw", line 109, in File "numpy\__init__.pyo", line 136, in File "numpy\add_newdocs.pyo", line 9, in File "num

Re: [Numpy-discussion] Getting a clone copy of the NumPy repository.

2011-01-16 Thread Hector troy
On Sun, Jan 16, 2011 at 8:31 PM, David Cournapeau wrote: > On Sun, Jan 16, 2011 at 10:09 PM, Hector troy > wrote: > > Hello everyone, I am a newbie on this open source world, and sincerely > > trying to make contribution to the development of Numpy. I was trying to > > learn about making patches

Re: [Numpy-discussion] Getting a clone copy of the NumPy repository.

2011-01-16 Thread David Cournapeau
On Sun, Jan 16, 2011 at 10:09 PM, Hector troy wrote: > Hello everyone, I am a newbie on this open source world, and sincerely > trying to make contribution to the development of Numpy. I was trying to > learn about making patches from > http://docs.scipy.org/doc/numpy/dev/gitwash/patching.html  bu

[Numpy-discussion] Getting a clone copy of the NumPy repository.

2011-01-16 Thread Hector troy
Hello everyone, I am a newbie on this open source world, and sincerely trying to make contribution to the development of Numpy. I was trying to learn about making patches from http://docs.scipy.org/doc/numpy/dev/gitwash/patching.html but unable to get the clone of Numpy repository. In the termina

Re: [Numpy-discussion] float conversion

2011-01-16 Thread Christian K.
Am 16.01.11 09:24, schrieb Alex Ter-Sarkissov: > hi every1, > > I got the following issue: I wrote a function that converts binary > strings into a decimal value (binary expansion). When I write > > type(x) > > to find out the type of the value I get NoneType. Therefore I can't Your function most

[Numpy-discussion] float conversion

2011-01-16 Thread Alex Ter-Sarkissov
hi every1, I got the following issue: I wrote a function that converts binary strings into a decimal value (binary expansion). When I write type(x) to find out the type of the value I get NoneType. Therefore I can't convert it into anything else, such as float numbers, since command float(x) ret