[LAU] how to use linux to make music that sounds like peverelist dub-tech?

M Watts zwy648rct at gmail.com
Wed Aug 4 22:27:14 UTC 2010


On 08/04/2010 04:33 PM, James Stone wrote:
>> Anyone have any clues about why I get
>>
>> $ neil
>> Traceback (most recent call last):
>>   File "/usr/local/bin/neil", line 20, in<module>
>>     import neil.main
>> ImportError: No module named neil.main
>>
>> having just installed neil and can verify neil is in
>> /usr/local/lib/python2.6/site-packages/neil/
>> (gentoo, python2.6)

I've had this with a couple of apps; even though they're under 
/usr/local, they still want to look under /usr for stuff.

I uninstalled, then reinstalled adding PREFIX=/usr to 'scons configure' 
in libneil diretory, and 'scons install' in the neil directory (no 
configuring to do in the latter).

It then finds all libs, but if SELinux is going, there's a half-dozen 
errors about libs requireng text relocation.  Once these are fixed, it 
seems to work.


More information about the Linux-audio-user mailing list