From: Yasuhiro N. <yn...@sf...> - 2012-03-20 05:21:18
|
Dear Lu, Another way is downgrading E-cell to ver 3.1.x. You can download the latest version of E-Cell 3.1.x from GitHub [ecell/ecell3 branch:ecell-3.1]. https://github.com/ecell/ecell3/tree/ecell-3.1 (ZIP download) You should run ./autogen.sh before ./configure . I installed it just now on the latest Ubuntu, and successfully run the model including PythonProcess. We are sorry for the inconvenience. Regards, Yasuhiro On 2012/03/20, at 11:21, Yasuhiro Naito wrote: > Dear Lu, > > I'm not a developer but a modeler with E-Cell project. > As you pointed out, both of PythonFluxProcess and PythonProcess in ver 3.2.x don't work correctly at present. E-Cell3 developers work to fix the problems. > Temporarily, I use custom Processes wrote in C++ instead of using Python(Flux)Process. > Some built-in Processes such as MichaelisUniUniFluxProces (/ecell/dm/MichaelisUniUniFluxProcess.cpp) are good samples to develop custom Process. > > Regards > Yasuhiro > > > On 2012/03/20, at 2:56, luli wrote: > >> 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 >> >> >> ------------------------------------------------------------------------------ >> This SF email is sponsosred by: >> Try Windows Azure free for 90 days Click Here >> http://p.sf.net/sfu/sfd2d-msazure >> _______________________________________________ >> Ecell-users mailing list >> Ece...@li... >> https://lists.sourceforge.net/lists/listinfo/ecell-users > |