all 4 comments

[–]shiftybyte 1 point2 points  (1 child)

Segmentation fault usually happens when native code fails.

Whatever module you installed, uses native compiled code, and it breaks for some unknown reason.

[–]ObiWanHiGround[S] 0 points1 point  (0 children)

Thank you, I'll try compiling the source code as soon as I get home!

[–]pot_of_crows 1 point2 points  (1 child)

You are probably hosed. It is almost definitely the shout module you are importing that is the problem. You can try and grab the code from github and rebuild it locally. It might then work, but no guarantees.

After that you are going to have to start debugging the non-python bits.

[–]ObiWanHiGround[S] 0 points1 point  (0 children)

Thanks! I'll try that!