Re: "module could not be found" error

2013-03-19 Thread Steven D'Aprano
On Tue, 19 Mar 2013 15:58:51 +, Robert Flintham wrote: > Joel: The 2.7 is the version number of the PyDev plugin for Eclipse, > rather than the Python version number. > > Dave: I don't have access to the system's PATH environment variable > because this computer is very tightly controlled. H

RE: "module could not be found" error

2013-03-19 Thread Robert Flintham
d. All the best, Rob (Apologies for lengthy disclaimers, I can't get rid of them. Work email.) -Original Message- From: Python-list [mailto:python-list-bounces+robert.flintham=uhb.nhs...@python.org] On Behalf Of Dave Angel Sent: 19 March 2013 15:24 To: python-list@python.org Sub

Re: "module could not be found" error

2013-03-19 Thread Joel Goldstick
On Tue, Mar 19, 2013 at 11:10 AM, Robert Flintham < robert.flint...@uhb.nhs.uk> wrote: > Hi, > > ** ** > > I’m trying to run the following, with representing an array of > floating point numbers: > > ** ** > > > > import num

Re: "module could not be found" error

2013-03-19 Thread Dave Angel
On 03/19/2013 11:10 AM, Robert Flintham wrote: Hi, I'm trying to run the following, with representing an array of floating point numbers: import numpy as np import scipy as sp from scipy import optimize xdata= ydata= def t2fit(x,T