antiboredom / audiogrep

Creates audio supercuts.
http://antiboredom.github.io/audiogrep
MIT License
960 stars 63 forks source link

Not able to run audiogrep in Arch Linux #21

Closed eerie closed 7 years ago

eerie commented 7 years ago

$ audiogrep Traceback (most recent call last): File "/usr/bin/audiogrep", line 6, in audiogrep.main() AttributeError: module 'audiogrep' has no attribute 'main'

vortextemporum commented 6 years ago

Hi eerie, how could you solve the problem?

jehoshua7 commented 6 years ago

@eerie - I also got the message today. It is coming from /bin/audiogrep

`import audiogrep

if name == 'main': audiogrep.main()`

audiogrep.main() AttributeError: module 'audiogrep' has no attribute 'main'

@antiboredom @xenu256 - fyi