weegreenblobbie / nsound

nsound is a C++ library and python module for real-time sound synthesis.
GNU General Public License v2.0
17 stars 1 forks source link

Swig 3.0.8 is breaking nsound -- update to later versions to fix #12

Closed jazzbuck closed 5 years ago

jazzbuck commented 5 years ago

Trying to get some visibility for this fix - thanks for writing about this in your (blog)[http://weegreenblobbie.com/?p=263].

swig 3.0.8 is the default install for ubuntu systems at the moment. You will need to update to later version of swig if you are receiving errors like:

AttributeError: type object 'object' has no attribute '__getattr__'

Please see the blog post above if you are unsure how to install the latest version.

jazzbuck commented 5 years ago

Please delete this if you think this is not useful.

jazzbuck commented 5 years ago

I'm an idiot