Closed jdivock closed 9 years ago
Alright, got it, was just homebrew shenanigans. Not sure if this needs to be in the readme, but I had to install these guys
brew install gst-python010 pygtk
before I could get going. Even then I get a number of warnings when running:
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
seems odd that gtk would be needed for a cli tool. What do those packages actually provide? Trying to get this running in debian and getting the same import error.
IIRC pygtk
provides the GStreamer bindings.
I think there may be a better way to do this, but I don't have the time to look into it.
I'm running ubuntu 14.04 and I got the same error, I overcame the problem with this command: sudo apt-get install python-gst*
This is probably overkill but it will work in a pinch.
This is mentioned in the readme now.
On OSX:
Ran pip install playmusiccl with no issues, but when I run it I get the following