(Linux)
I just installed eyed3 for python using apt-get, everything installed fine but when I tried to import eyed3 I got a trackback error, no such module. Do I need to do something special to let python know where the module is at or do I need to move the module manually. Oh, I tried this with python 2.7 and 3 and I got the same result.
On the same topic, if I write my own module how can I set it up to be imported as if it was a built in module rather than having to have a copy in every project directory?
Wasnt sure if this belonged here or in the Linux section.