Sorry, I also posted this question here: https://github.com/sfepy/sfepy/issues/180
Getting the following error during installation. How do I fix this?
$ python setup.py buildext --inplace
Traceback (most recent call last):
File "setup.py", line 112, in
version_getter=_mayavi_version)
File "/home/kassbohm/SFePy_Install/sfepy-2012.1/build_helpers.py",
line 320, in package_check
if checker(have_version) < checker(version):
File "/usr/lib/python2.7/distutils/version.py", line 296, in __cmp_
return cmp(self.version, other.version)
AttributeError: LooseVersion instance has no attribute 'version'
FYI: the code for computing the acoustic band gaps (see [1] for basic
explanation, the code linked there is obsolete though) has been updated to use
the homogenization engine - this means greater flexibility in setting up the
problems, as inter-dependencies among various components can be easily
expressed. The examples in examples/phononic have been updated for the new
code. They also present yet another way of writing problem description files.
r.
[1] http://sfepy.org/phononic/users_guide.html
Can meshlab be used to create mesh and use it with sfepy for analysis??
http://meshlab.sourceforge.net/
Also what other meshing software do we have apart from Gmsh?