It seems there are error reports in the wild which may not be getting to=20
us here at matplotlib-devel. I'm forwarding one to our list. Does anyone=20
know the cause of the issue below? Can we fix it?
Gonzalo, I'm forwarding your emails to the matplotlib-devel list. If you=20
reply to us there and could be more specific about "get errors" someone=20
would be much better able to figure out what is going wrong.
-------- Original Message --------
Subject: Re: [Fann-general] pyfann+pylab
Date: Wed, 26 Apr 2006 18:27:03 +0200
From: Gonzalo A. de la Vega <gad...@ya...>
Reply-To: fan...@li...
To: fan...@li...
References: <444...@ya...>=20
<444...@fm...>
Thanks... I tried that before thou. I just found out, following some=20
tips on matplotlib archives, that the problem comes from localization. I=20
just run with English and runs fine (used Spanish before), but the=20
problem apparently comes for pylab (it may be only Fedora Core 5).
Michael R=F6ttger wrote:
> Hi Gonzalo,
>
> Gonzalo A. de la Vega schrieb:
> =20
>> Working with pyfann I get errors when reading training data or nets fr=
om
>> files, but only if the pylab module (or part of it) has been imported.=
I
>> know pylab overloads some python operations, but I don't see how this
>> could affect pyfann. Any ideas?
>> =20
>
> try to import both modules in separate namespaces, e.g.
>
> import pylab as pl
> import pyfann.libfann as fann
>
> and use it like
>
> pl.plot(..)
> ann =3D fann.neural_net()
> ann.create_from_file(..)
>
> In this way I carried out a short test (matplotlib 0.85, pyfann2) and
> had no problems when reading a network with ann.create_from_file(..).
>
> Michael
>
> =20
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job ea=
sier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronim=
o
http://sel.as-us.falkag.net/sel?cmd=3Dk&kid=120709&bid&3057&dat=121642
_______________________________________________
Fann-general mailing list
Fan...@li...
https://lists.sourceforge.net/lists/listinfo/fann-general
|