pycdr / WM

WM (Watch Movie) is a video player that show it on the terminal as a text!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"no module named gi" in converting process

lnxpy opened this issue · comments

You may need to add vext and vext.gi modules in your dependencies in order to make gi module available on your imports.
Check this out:
https://askubuntu.com/questions/80448/what-would-cause-the-gi-module-to-be-missing-from-python

It obviously backs to the Linux-based distribution that user is running WM on. Hope it helps. ❤️

Hi @lnxpy !
it seems that is the playsound library problem, however, playsound developer is off for a long time! so, I will add an installer instead of requirements.txt.
i saw an issue on the library that may be helpful for now: link.
it is added to TODO.md file and we will update it soon.
thanks.

dear @lnxpy ,
thank to you, it is fixed now! the playsound is now removed and play command is replaced.
now you can watch with sound! :)
if you want to use it, please read the README.md again, there are somethings new.