sirriffsalotlen | I'm getting this when I try to run playitslowly: | 16:15 |
---|---|---|
sirriffsalotlen | Traceback (most recent call last): File "/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) File "/usr/local/lib/python3.4/dist-packages/playitslowly/app.py", line 34, in <module> gi.require_version('Gst', '1.0') File "/usr/lib/python3/dist-packages/gi/__init__.py", line 79, in require_ | 16:15 |
sirriffsalotlen | version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gst not available | 16:15 |
OvenWerks | sirriffsalotlen: it looks like either you need the Gst module... or you have the wrong version, maybe a newerone. | 17:43 |
OvenWerks | sirriffsalotlen: I might guess that python has been changed to point at python3 instead of python2. Maybe check if the python script has #!/usr/bin/python and try changing it to #!/usr/bin/python2 and see if that makes any difference | 17:46 |
OvenWerks | what does python --version put out? | 17:46 |
OvenWerks | (should be 2.something) but ubuntu may have changed it to 3.something :P | 17:47 |
* OvenWerks wonders whatelse would stop working in such a case | 17:48 | |
sirriffsalotlen | I put in Python 2.7.6 as that's the version output, no dice.. | 17:51 |
OvenWerks | sirriffsalotlen: I don't know how to get the Gst module from whereever. | 17:55 |
OvenWerks | sudo apt install python-gst-1.0 might work :) | 17:56 |
sirriffsalotlen | Already have.. | 17:57 |
OvenWerks | hmm, That is about as far as my guess goes. I really don't know | 17:59 |
sirriffsalotlen | OvenWerks: any way I can completely remove anything playitslowly related and python or whatever and start fresh..? | 18:07 |
OvenWerks | with synptic? then maybe apt autoremove? | 18:18 |
OvenWerks | The first should get rid of plyitslowly and the second should get rid of unused deps | 18:19 |
sirriffsalotlen | I seriously don't get this.. I autoremoved playitslowly but when I type playit and tab it, it completes the word as if it's still installed.. | 18:23 |
OvenWerks | did you do an apt remove playitslowy first? | 18:24 |
sirriffsalotlen | OvenWerks: yep.. | 18:29 |
OvenWerks | I don't know then unless it also installed by another package | 18:32 |
theablestman | hi | 19:24 |
theablestman | i have ubuntu 14.04lts | 19:24 |
theablestman | but i want ubuntustudio what do i do? | 19:25 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!