[16:15] I'm getting this when I try to run playitslowly: [16:15] 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 gi.require_version('Gst', '1.0') File "/usr/lib/python3/dist-packages/gi/__init__.py", line 79, in require_ [16:15] version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Gst not available [17:43] sirriffsalotlen: it looks like either you need the Gst module... or you have the wrong version, maybe a newerone. [17:46] 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] what does python --version put out? [17:47] (should be 2.something) but ubuntu may have changed it to 3.something :P [17:48] * OvenWerks wonders whatelse would stop working in such a case [17:51] I put in Python 2.7.6 as that's the version output, no dice.. [17:55] sirriffsalotlen: I don't know how to get the Gst module from whereever. [17:56] sudo apt install python-gst-1.0 might work :) [17:57] Already have.. [17:59] hmm, That is about as far as my guess goes. I really don't know [18:07] OvenWerks: any way I can completely remove anything playitslowly related and python or whatever and start fresh..? [18:18] with synptic? then maybe apt autoremove? [18:19] The first should get rid of plyitslowly and the second should get rid of unused deps [18:23] 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:24] did you do an apt remove playitslowy first? [18:29] OvenWerks: yep.. [18:32] I don't know then unless it also installed by another package [19:24] hi [19:24] i have ubuntu 14.04lts [19:25] but i want ubuntustudio what do i do?