I found another way to solve that problem (which seems more practical
to me). You just have to redefine RealNumber and Integer:
RealNumber=float
Integer=int
to avoid the error.
On 7 Abr, 11:45, Uri wrote:
> Thanks a lot, it worked!! :)
>
> On 7 Abr, 11:38, Robert Bradshaw wrote:
Thanks a lot, it worked!! :)
On 7 Abr, 11:38, Robert Bradshaw wrote:
> On Apr 7, 2010, at 2:10 AM, Uri wrote:
>
>
>
> > I'm having some problems trying to use a program called Brian
> > Simulator (www.briansimulator.org) through Sage. This program is
> > wr
its, which are defined inside Brian. For
example, if I write:
sage: from brian import *
sage: 1*mV
I get the following error:
AttributeErrorTraceback (most recent call
last)
/home/uri/ in ()
/home/uri/sage-4.3.1/local/lib/python2.6/site-packages/sage/structure/
ele