I have 2.2-dev4222 The numer is the svn checkout. Not sure if not working with svn can cause problems. I use indeed trunk as in http://www.ctcms.nist.gov/fipy/svn.html so
svn checkout http://matforge.org/svn/fipy/trunk trunk Note that if you have installed via package manager, you best uninstall via package manager before doing the install. Benny 2011/3/4 Julien Derr <[email protected]> > I did that, and I still have version 2.2 > > julien@derr-Precision-T1500:~/Dropbox/levelset$ python -c 'import fipy; > print fipy.__version__' > 2.2-dev > > is it the up to date version ? because I still get the same runtime error. > > > Julien > > > On Fri, Mar 4, 2011 at 10:22 AM, Julien Derr <[email protected]>wrote: > >> Thanks Benny, >> >> but which version should I install? can you suggest me a link where I can >> update the last version? >> >> for example, this link would be the up to date version ? >> >> http://www.matforge.org/fipy/browser/trunk?rev=3488 >> >> I dowload and then I >> >> >> sudo python setup.py install --install-layout=deb >> >> that should be ok ? >> >> >> thanks a lot, >> >> Julien >> >> >> On Fri, Mar 4, 2011 at 9:21 AM, Benny Malengier < >> [email protected]> wrote: >> >>> >>> >>> 2011/3/3 Julien Derr <[email protected]> >>> >>> He re is what I get : >>>> >>>> julien@derr-Precision-T1500:~/Dropbox/diatomes/videos$ python -c >>>> 'import fipy; print fipy.__version__' >>>> 2.2-dev >>>> >>> >>> If you install via package manager, you install in /usr/, if you install >>> manual, you install in /usr/local/ >>> So I think it was suggested to you to check if you do not have two >>> instances of fipy installed at the moment. >>> If you install manually in ubuntu, to make sure you override packages >>> installed by the package manager, use >>> >>> sudo python setup.py install --install-layout=deb >>> >>> Then installation is in /usr >>> >>> Benny >>> >>> >>>> >>>> >>>> What is the best way to install the up to date version under ubuntu >>>> 10.10?? >>>> >>>> >>>> >>>> >>>> On Thu, Mar 3, 2011 at 1:43 AM, Daniel Wheeler < >>>> [email protected]> wrote: >>>> >>>>> >>>>> On Wed, Mar 2, 2011 at 12:12 PM, Julien Derr <[email protected]> >>>>> wrote: >>>>> > I guess it is version 2.2 >>>>> > I think I installed it with the last .deb file for Ubuntu >>>>> > In the help, I get this : >>>>> > >>>>> > FILE >>>>> > >>>>> > >>>>> /usr/local/lib/python2.6/dist-packages/FiPy-2.2_dev-py2.6.egg/fipy/__init__.py >>>>> >>>>> The error suggests that you are using an older version of fipy. What >>>>> does >>>>> >>>>> python -c 'import fipy; print fipy.__version__' >>>>> >>>>> return? >>>>> >>>>> BTW There is no 2.2 deb. The deb may have gone into /usr/ rather than >>>>> /usr/local/. It appears that you are using the deb version because of >>>>> the error. The examples you are running appear to be more recent than >>>>> the version of fipy you are using. >>>>> >>>>> -- >>>>> Daniel Wheeler >>>>> >>>>> >>>> >>> >> >
