System Information
Operating system: Ubuntu 16.04.3 LTS (xenial)
Graphics card: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde XT [Radeon HD 7770/8760 / R7 250X]
Blender Version
Broken: Blender 2.79 (sub 0) Installed via PPA [http://ppa.launchpad.net/thomas-schiex/blender/ubuntu/]
Worked: 2.78b also 2.79 Official tarball download
Short description of error
Report: Error Traceback (most recent call last): File "/usr/share/blender/2.79/scripts/modules/addon_utils.py", line 331, in enable mod = __import__(module_name) File "/usr/share/blender/2.79/scripts/addons/ant_landscape/__init__.py", line 42, in <module> from ant_landscape import ass_mesh_ant_landscape File "/usr/share/blender/2.79/scripts/addons/ant_landscape/add_mesh_ant_landscape.py", line 33, in <module> from .ant_functions import ( File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 779, in <module> class Eroder(bpy.types.Operator): File "/usr/share/blender/2.79/scripts/addons/ant_landscape/ant_functions.py", line 937, in Eroder stats = Stats() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 16, in __init__ self.reset() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 19, in reset self.lasttime = self._gettime() File "/usr/share/blender/2.79/scripts/addons/ant_landscape/stats.py", line 28, in _gettime m=self.process.get_cpu_times() AttributeError: 'Process' object has no attribute 'get_cpu_times'
Exact steps for others to reproduce the error
- Blender > User Preferences... > Add-ons
- Trying to enable add-on "Add Mesh: A.N.T.Landscape"
- Add-on cannot be enabled, warning message with error report displays on screen (cited above)
Add-on is installed by default Blender installation, and all (10) required files are present at /usr/share/blender/2.79/scripts/addons/ant_landscape/
Sample .blend file with default cube (if needed or anyhow useful):