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
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
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
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
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
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
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
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