Re: ImportError: No module named Numeric

2007-07-29 Thread mostlyharmless
The Numeric package is installed in C:\cygwin\usr\lib\python2.4\site-packages\Numeric while all other packages are put in C:\cygwin\usr\lib\python2.5\site-packages, so perhaps the Numeric package as supplied only works with python 2.4? -- View this message in context: http://www.nabble.com/Imp

ImportError: No module named Numeric

2007-07-29 Thread mostlyharmless
I have added Numeric to cygwin (using the setup.exe utility) but when I try to import Numeric i get the Import error:- $ python Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "licen

Re: default Makefile path

2007-06-23 Thread mostlyharmless
Greg Chicares wrote: > > On 2007-06-23 09:33Z, mostlyharmless wrote: >> When using make under cygwin (which I am using for the first time) I have >> to >> use the -f Makefile option otherwise it says: >> make: *** No targets specified and no makefile found.

default Makefile path

2007-06-23 Thread mostlyharmless
When using make under cygwin (which I am using for the first time) I have to use the -f Makefile option otherwise it says: make: *** No targets specified and no makefile found. Stop. do I have to set some environment variable so that I can just type 'make'? -- View this message in context: http