|
From: luli <lu...@eb...> - 2012-03-19 17:57:06
|
Dear ECell3 developers,
I just installed ecell-3.2.3pre2, however, encountering the following
problems.
1) PythonFluxProcess does not allow any "attribute" appear in the
expression.
For instance:
Process PythonFluxProcess( test )
{
k 0.5;
StepperID DE1;
Expression "k*S1.MolarConc*self.getSuperSystem().SizeN_A";
VariableReferenceList [S1 Variable:/Spine:A] [P1
Variable:/Spine:B];
}
When running ecell3-session..... ecell gives AttributeError, complaining
that there is no MolarConc attribute.
2) PythonProcess does not allo any "attribute" appear in the expression
either.
Could you give an explanation please.
BTW, the Ecell user manual is very incomplete and out of date (the last
modification is June 30th 2006).
Is it possible to update this manual, since ECell becomes more and more
popular now?
Cheers
Lu
|