> ImportError:
> /home/conrado/Canopy/appdata/canopy-1.5.5.3123.rh5-x86_64/lib/
> libgfortran.so.3:
> version `GFORTRAN_1.4' not found (required by /lib64/liblapack.so.3)
Looks like you need to install the 'GFORTRAN_1.4' plugin into Canopy. I don't
know where you'll find it, but Canopy's main web
> ImportError:
> /home/conrado/Canopy/appdata/canopy-1.5.5.3123.rh5-x86_64/lib/
> libgfortran.so.3:
> version `GFORTRAN_1.4' not found (required by /lib64/liblapack.so.3)
Looks like you need to install the 'GFORTRAN_1.4' plugin into Canopy. I
don't know where you'll find it, but Canopy's main we
Hi,
I alredy used Python and now I have the message:
import numpy as np
Traceback (most recent call last):
File "", line 1, in
File
"/home/conrado/Enthought/Canopy_64bit/User/lib/python2.7/site-packages/numpy-1.8.0-py2.7-linux-x86_64.egg/numpy/__init__.py",
line 153, in
from . im
> Or install the numpy-1.0rc2 binary which is now again available on
> sourceforge.
Hello Travis,
thanks for your help. Going back to the 1.0rc2 release was successful.
Ok, I had also to copy wxmsw26uh_vc.dll to my path and get around
wx.PrindData.SetPrinterCommand, but that's because I run w
Juergen Kareta wrote:
> Hello,
>
> this is my first try to get wxmpl-1.2.8 running. Therefor I installed:
>
> python 2.5
> matplotlib-0.87.6.win32-py2.5.exe
> numpy-1.0rc3.win32-py2.5.exe
>
> on WinXP SP2
>
> The result is a version mismatch (see below).
>
> Numpy version 102 seems to be n
numpy questions may get answered sooner and more dependably on the numpy
mailing list.
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
this is my first try to get wxmpl-1.2.8 running. Therefor I installed:
python 2.5
matplotlib-0.87.6.win32-py2.5.exe
numpy-1.0rc3.win32-py2.5.exe
on WinXP SP2
The result is a version mismatch (see below).
Numpy version 102 seems to be numpy-1.0b5 which is not downloadable
anymore. A
jason wrote:
> Thanks.
>
> After executing the first line, I now get:
>
from scipy.optimize import fmin
>
> Overwriting fft= from scipy.fftpack.basic (was
> from numpy.dft.fftpack)
> Overwriting ifft= from scipy.fftpack.basic (was
> from numpy.dft.fftpack)
>
> And then I get the followi
from scipy.optimize import fmin
> Overwriting fft= from scipy.fftpack.basic (was
> from numpy.dft.fftpack)
> Overwriting ifft= from scipy.fftpack.basic (was
> from numpy.dft.fftpack)
>
> And then I get the following result:
>
xopt = fmin(rosen, x0)
> Optimization terminated successf
Thanks.
After executing the first line, I now get:
>>> from scipy.optimize import fmin
Overwriting fft= from scipy.fftpack.basic (was
from numpy.dft.fftpack)
Overwriting ifft= from scipy.fftpack.basic (was
from numpy.dft.fftpack)
And then I get the following result:
>>> xopt = fmin(rosen, x
jason wrote:
> Hello:
>
> I am using the following versions of Python and packages on Windows XP
> (SP2):
>
> Python 2.4.2
> NumPy 0.9.4.win32-py2.4
> SciPy 0.4.4 for Python 2.4 and Pentium 4/SSE2
I fell for that yesterday. Cost me two hours. You have to install NumPy
0.9.2. Make sure you clea
Hello:
I am using the following versions of Python and packages on Windows XP
(SP2):
Python 2.4.2
NumPy 0.9.4.win32-py2.4
SciPy 0.4.4 for Python 2.4 and Pentium 4/SSE2
In the Python Shell I am running the following:
>>> from scipy.optimize import fmin
>>> def rosen(x):
return su
12 matches
Mail list logo