Re: numpy has got newtonsmethod?

2013-01-01 Thread Chris Angelico
On Wed, Jan 2, 2013 at 11:34 AM, Usama Khan wrote: > yeah i have read it sir CrisA. .:) > > thanks . .:) > > i wish i could make u watch my google search list of last two days nd idm > downlaodng list of last two days. .text me ur email id. .i can show u my > efforts. . > :) Well, my "email id"

Re: numpy has got newtonsmethod?

2013-01-01 Thread Steven D'Aprano
On Tue, 01 Jan 2013 16:42:13 -0800, Usama Khan wrote: > Traceback (most recent call last): > File "C:/Python27/12.py", line 4, in > import scipy # also has log > File "C:/Python27\scipy\__init__.py", line 114, in > raise ImportError(msg) > ImportError: Error importing scipy: you can

Re: numpy has got newtonsmethod?

2013-01-01 Thread Vlastimil Brom
2013/1/2 Usama Khan : > thanks. . > > but how to instal scipy. because its in .rar form. .i have extracted the > files to the place where python2.7 is installed. . but everytime i write > import sciPy. .it give me error. . > nd regarding ur question. . > > its a long story telling u why i have ju

Re: numpy has got newtonsmethod?

2013-01-01 Thread Usama Khan
k thanks :) -- http://mail.python.org/mailman/listinfo/python-list

Re: numpy has got newtonsmethod?

2013-01-01 Thread alex23
On Jan 2, 10:34 am, Usama Khan wrote: > i wish i could make u watch my google search list of last two days nd idm > downlaodng list of last two days. .text me ur email id. .i can show u my > efforts. . > :) I'm guessing it would show you flailing around and _not_ typing "numpy newton's method",

Re: numpy has got newtonsmethod?

2013-01-01 Thread alex23
On Jan 2, 10:28 am, Usama Khan wrote: > but how to instal scipy. because its in .rar form. .i have extracted > the files to the place where python2.7 is installed. . but everytime > i write import sciPy. .it give me error. . If you want help, you have to remember we can't magically detect your de

Re: numpy has got newtonsmethod?

2013-01-01 Thread Usama Khan
Traceback (most recent call last): File "C:/Python27/12.py", line 4, in import scipy # also has log File "C:/Python27\scipy\__init__.py", line 114, in raise ImportError(msg) ImportError: Error importing scipy: you cannot import scipy while being in scipy source directory; ple

Re: numpy has got newtonsmethod?

2013-01-01 Thread Usama Khan
yeah i have read it sir CrisA. .:) thanks . .:) i wish i could make u watch my google search list of last two days nd idm downlaodng list of last two days. .text me ur email id. .i can show u my efforts. . :) -- http://mail.python.org/mailman/listinfo/python-list

Re: numpy has got newtonsmethod?

2013-01-01 Thread Usama Khan
thanks. . but how to instal scipy. because its in .rar form. .i have extracted the files to the place where python2.7 is installed. . but everytime i write import sciPy. .it give me error. . nd regarding ur question. . its a long story telling u why i have just ask this breif question. . anyw

Re: numpy has got newtonsmethod?

2013-01-01 Thread Vlastimil Brom
2013/1/2 Usama Khan : > my question is can we import newtonsmethod from nympy or sciPy? > -- > http://mail.python.org/mailman/listinfo/python-list Hi, After successfully installing SciPy http://www.scipy.org/Download you should be able to import the respective modules and use this functionality su

Re: numpy has got newtonsmethod?

2013-01-01 Thread Chris Angelico
On Wed, Jan 2, 2013 at 10:01 AM, Usama Khan wrote: > my question is can we import newtonsmethod from nympy or sciPy? http://www.catb.org/esr/faqs/smart-questions.html#classic ChrisA -- http://mail.python.org/mailman/listinfo/python-list

numpy has got newtonsmethod?

2013-01-01 Thread Usama Khan
my question is can we import newtonsmethod from nympy or sciPy? -- http://mail.python.org/mailman/listinfo/python-list