Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 10:22, Charles R Harris wrote: > > > On Tue, Aug 30, 2011 at 11:02 AM, Richard D. Moores > wrote: >> >> On Tue, Aug 30, 2011 at 09:43, Charles R Harris >> wrote: >> >> > You might want to download ipython and matplotlib al

Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 09:43, Charles R Harris wrote: > You might want to download ipython and matplotlib also so that you have the > basic numpy stack. Good idea. I got matplotlib, but ipython for Python 3x isn't on http://www.lfd.uci.edu/~gohlke/pythonlibs/ . Dick ___

Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 09:09, Charles R Harris wrote: > > > On Tue, Aug 30, 2011 at 10:01 AM, Richard D. Moores > wrote: >> >> On Tue, Aug 30, 2011 at 08:51, Olivier Delalleau wrote: >> > >> > 2011/8/30 Richard D. Moores >> >> >> &g

Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 08:51, Olivier Delalleau wrote: > > 2011/8/30 Richard D. Moores >> >> Is it possible to install 32-bit >> Python 3.2 on 64-bit Win 7 (you seem to have done so), so I could use >> numpy? >> > > Yes you can insteall Python 32 bit

Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 07:19, Bruce Southey wrote: > On Tue, Aug 30, 2011 at 8:56 AM, Richard D. Moores wrote: >> On Tue, Aug 30, 2011 at 06:53, Charles R Harris >> wrote: >>> >>> >>> On Tue, Aug 30, 2011 at 7:47 AM, Richard D. Moores >

Re: [Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
On Tue, Aug 30, 2011 at 06:53, Charles R Harris wrote: > > > On Tue, Aug 30, 2011 at 7:47 AM, Richard D. Moores > wrote: >> >> Python 3.2, 64-bit Win 7 >> >> When I try to install numpy-1.6.1.win32-py3.2.exe (md5) I get "Python >> version 3.2 requi

[Numpy-discussion] numpy-1.6.1.win32-py3.2.exe (md5) won't install

2011-08-30 Thread Richard D. Moores
Python 3.2, 64-bit Win 7 When I try to install numpy-1.6.1.win32-py3.2.exe (md5) I get "Python version 3.2 required, which was not found in the registry". What to do? Thanks, Dick Moores ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 09:00, Robert Kern wrote: > On Mon, Jul 19, 2010 at 11:53, Richard D. Moores wrote: >> On Mon, Jul 19, 2010 at 07:48, Robin wrote: >>> On Mon, Jul 19, 2010 at 1:53 PM, Matthieu Brucher >>> wrote: >>>> I'm afraid that if you

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 07:48, Robin wrote: > On Mon, Jul 19, 2010 at 1:53 PM, Matthieu Brucher > wrote: >> I'm afraid that if you don't know if you have a compiler, you don't >> have one. This also means you will not be able to compile Numpy, as >> the official compiler is no longer available. >

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 07:38, Dave wrote: > When you say you "do have one" I'm assuming that when you entered gcc at the > command line you got the "gcc: no input files" error message back. In this > case > we need to tell python to use the gcc compilers. No, I don't have gcc. I had access to g

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 06:56, Vincent Schut wrote: > > > On 07/19/2010 03:34 PM, Richard D. Moores wrote: >> On Mon, Jul 19, 2010 at 06:15, Vincent Schut  wrote: >> several years ago I was using Ulipad, an IDE for Python. It was under >> active development and frequ

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 06:15, Vincent Schut wrote: > > > On 07/19/2010 02:56 PM, Richard D. Moores wrote: >> On Mon, Jul 19, 2010 at 05:28, Vincent Schut  wrote: >>> >>> Well, you might want to read up on some beginners guide for python? It's >>> up

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 06:03, Dave wrote: > My bad - typo. The command to build numpy should have been: > > C:\Python31\python setup.py bdist_wininst I tried that. See the attached. > i.e. the full path and filename of the program you want to run (Python3). > Paths > are seperated by backslash

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 05:53, Matthieu Brucher wrote: >> Dave, I got: >> c:\SVNRepository\numpy>C:\Python31>python setup.py bdist_wininst >> 'C:\Python31' is not recognized as an internal or external command, >> operable program or batch file. >> >> Or didn't I do exactly what you suggested? > >

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 05:28, Vincent Schut wrote: > > Well, you might want to read up on some beginners guide for python? It's > up to you, of course, but usually before starting with numpy (which > extends python), it is advised to have at least some basic python > understanding... Googling wil

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 05:37, Dave wrote: > Richard D. Moores gmail.com> writes: >> Dick > > You're 90% of the way there. Now you know that the Python3 "program" is called > python.exe and is in the C:\Python31 directory. > > All you need to do now

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 04:49, Alan G Isaac wrote: > On 7/19/2010 7:33 AM, Richard D. Moores wrote: >> 'python3' is not recognized as an internal or external command, >> operable program or batch file. > > It's just ``python``. > hth, > Alan Isaac >

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
stro, maybe ubuntu (ubuntu > 10.04 is running very well). life gets better. > > best of luck, > rf > > > > 2010/7/19 Richard D. Moores : >> On Mon, Jul 19, 2010 at 03:47, Renato Fabbri wrote: >>> anyway, svn and tortoise are very useful. >>> >>

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 03:47, Renato Fabbri wrote: > anyway, svn and tortoise are very useful. > > do some trial an error. try stuff, its easier than one usually imagine. > > (tip: checkout the svn address, whatever that should mean to you at the > moment) OK, I checked out, cd-ed to numpy, but

Re: [Numpy-discussion] numpy for Python 3?

2010-07-19 Thread Richard D. Moores
On Mon, Jul 19, 2010 at 00:38, Scott Sinclair wrote: >>On 19 July 2010 08:21, Richard D. Moores wrote: >> If not now, when? > > http://mail.scipy.org/pipermail/numpy-discussion/2010-July/051436.html I'm afraid I need some help with that

[Numpy-discussion] numpy for Python 3?

2010-07-18 Thread Richard D. Moores
If not now, when? Thanks, Dick Moores ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] hello~

2010-01-14 Thread Richard D. Moores
Hi,One of my friends introduce a very good website to me: http://www.flsso.com/. All their products are new and original. They have many brands, such as Sony, HP, Apple, Nokia and so on. Now , they are promoting their products for the coustomers. So their prices are very competitive. By the way, th