Atte, Jan 20 2015:
Hi I wanna use non from kxstudio instead of my compiled version. How do I completely remove everything installed by hand? Here's what I did and the result:
...
"/mnt/data/atte/medium/software/non/.waf-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Build.py", line 481, in exec_symlink_as self.generator.bld.do_link(src,destfile,tsk=self) TypeError: do_link() got an unexpected keyword argument 'tsk' Any help appreciated!
In case you won't find better advise. 1) check if your python version is best suited to your version of non. Possibly too old? Or if your non version is old, too new? If python seems outdated, try to update. Otherwise: 2) edit /mnt/data/atte/medium/software/non/.waf-1.8.0-f4f5e7c10cf1681215dc56fc3b992944/waflib/Build.py and remove ,tsk=self or just =self. Experiment as needed. If that doesn't work or only increases the errors: 3) go into /usr/local/lib and type: ls | grep -i -e "non" | less If the result is ONLY non related, try: for FILE in `find ./ -iname *non*`; do rm $FILE; done This ONLY works, if the names have no spaces, which is unlikely. Repeat the above in /usr/local/bin, remove any other programs, that you can directly connect with non, which don't contain the actual word "non". But hopefully someone here has specific experience with non and can point out better solutions. Good luck! Ta-ta ---- Ffanci * Internet: https://freeshell.de/~silvain Twitter: http://twitter.com/ffanci_silvain _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user