On Wed, Apr 29, 2009 at 12:48 PM, Robert Cimrman <cimr...@ntc.zcu.cz> wrote:
Robert Cimrman wrote:
Ondrej Certik wrote:
2009/4/29 Robert Cimrman <cimr...@ntc.zcu.cz>:
Could you try it, please, when you have some spare moments? The plotting Definitely. Here is the output on Ubuntu Jaunty:
$ ./isfepy /home/ondrej/repos/sfepy/sfepy/base/base.py:11: DeprecationWarning: the sets module is deprecated from sets import Set /usr/lib/python2.6/dist-packages/scipy/linsolve/__init__.py:4: DeprecationWarning: scipy.linsolve has moved to scipy.sparse.linalg.dsolve warn('scipy.linsolve has moved to scipy.sparse.linalg.dsolve', DeprecationWarning) Python 2.6.2 console for SfePy 2009.1-release (94b4d939a418470edf4ce44d05f1e1a5ecf5e9a4)
So things work, but the warnings are annoying.
Yes, they suck. The first warning is due to Python 2.6, the second one is a scipy warning - I can fix the latter, but do not know how to fix the first one.
ok, I am just getting stupid as time goes on... both can be fixed, of course.
You are doing good. :)
Ondrej