Ubuntu :: Install A Version Of The GStreamer Python Bindings Greater Or Equal To 0.10.19" Without The Quotes?
Sep 29, 2010
When i try to run pitivi i get the following message and it closes down. "Install a version of the GStreamer Python bindings greater or equal to 0.10.19" without the quotes.What do I need to do? Where is the deb package for gstreamer needed?
View 9 Replies
ADVERTISEMENT
Oct 27, 2010
in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work
View 3 Replies
View Related
Mar 18, 2011
After I assign a string to a variable, I know that the print function will remove the single quotes around the value, but is there a way to assign a variable without the quotes around the value? for example:
a = open('/usr/lib', 'r+')
b = f.read()
c = x.replace('.xx','yy')
d = ?
c returns the value with quotes around it print c returns the value without the quotes Is there a way to assign a new variable (d) which will equal c without the quotes? I need a new variable which has the quotes omitted because from there the script will take the value of the last variable (which is a path to a file), and tar up that file. It won't recognize the path to the file if the value has quotes around it.
View 1 Replies
View Related
May 2, 2010
I wrote the Automatik widget (you can find it at :http://kde-look.org/content/show.php...&PHPSESSID=caeTo improve it, I would like to add this one-line script into a text sensor :
top -b -n 1 | head -12 | tail -6 | sed '/top/d' | awk '{ printf "%-12.12s %-4s %-4s %-3s
" , $12,$9,$10,$2}'
[code]...
View 3 Replies
View Related
Apr 9, 2010
i got per default python 2.6.2 on my fedora 12. how can i install the newest version python 3.1.2?
View 2 Replies
View Related
Jul 19, 2011
I've been using OpenSUSE 11.4 with GNOME for quite a while now and so far I've been a happy camper. This morning I decided to try GNOME 3 and the install went smoothly, with the only exception of rhytmbox(my music player of choice) not being available.Later I found rhythmbox for GNOME 3 in this repo: Index of /repositories/ GNOME:/ Apps/openSUSE_11.4+GNOME_STABLE_3.0.It works well but the Cover Art plugin won't load because it fails to import python-gstreamer.Should I report a bug against OpenSUSE 11.4 or maybe I am doing something wrong?
View 1 Replies
View Related
Aug 2, 2011
I am not sure If anybody has faced this issue, my keyboard is less responsive when pressing the double quote/single quote key, I have to press it twice for it to print the quote( and that too it prints some other data and not exactly a double-quotes). Initially I thought it was issue with my keyboard, but later I see that it is working fine in Windows XP. It looks some kind of setting issue. If you check the below two examples, example a) is the double quote printed in Ubuntu, it doesnt exactly looks like a double-quotes and b) is the one printed in Windows.
View 1 Replies
View Related
Feb 2, 2010
i want to install centos on a 3TB raid but during the installation, it said it could not boot GPT partition.
View 1 Replies
View Related
Apr 3, 2010
Error: GStreamer error: Internal GStreamer error: negotiation problem. Please file a bug at url. Additional information: gsturidecodebin.c(1563): setup_source (): /GstPlayBin2layer/GstURIDecodeBin:uridecodebin0:
Can't link source to decoder element
i get this error when i look in the error console
View 3 Replies
View Related
Jul 7, 2010
I need to know what version of python I am running. I am running ubuntu 10.04 and am going to be downloading wxpython but need to know what version of python I am running.In php there is a built in command phpinfo() that tells you everything you need to know about your installation of php, does python have something like this?Also, learned of python 2.7 today, I am currently learning python and am wondering if i should go ahead and upgrade or wait??
View 3 Replies
View Related
Jun 3, 2011
I need to know how to make a program use a version of python older than the newest one. I am trying to run the Traipse fork of OpenRPG. Through their forums, I have learned that one of my problems is that I am running too new a version of python. I have python 2.7.1 installed.
I also have python2.6.6 installed, so I should be able to use that. My first thought was to uninstall 2.7.1 and just use the older version. The problem is that if i uninstall 2.7.1, it wants to also uninstall all the packages dependent on that program. Let's face it, in Natty Narwhal, that is pretty much everything.
Do you know how to force Traipse make it use the 2.6 version?
View 2 Replies
View Related
May 13, 2010
I want to install OpenERP software which requires python 2.5 ,but my fedora 11 is having the python 2.6 installed by default, how can I downgrade the python 2.6 to 2.5 version. Also I need to know which version of yum is compatible with python 2.5 version.
View 3 Replies
View Related
Oct 26, 2009
This may sound a bit of an awkward question, but I have this app, Salome-Platform, [URL], It requires Python 2.5 at most to be able to run. (Compiling it is way to complex.) Since the Python of Slackware is 2.6, can it be downgraded to 2.5...? If it can, how do I do it...?
View 15 Replies
View Related
Sep 17, 2010
how you change the default version of python in Lucid. Lucid comes packaged with 2.6 but we use 2.5 where I work. I didn't see much of anything on the web for this topic so figured I'd post something. If you are installing python2.5 on Lucid version 10.04 (comes package with 2.6 only)
View 1 Replies
View Related
Jun 6, 2010
In bash I need to use some equivalent of double quotes inside double quotes (or the other way around.)I need to run the following statement to get the output of foo and store it in a variable while passing foo the $file which probably contains spaces.
Code:
variable=$(foo "$file")
The problem is that foo might return an empty string and if it does I need to catch it
[code]...
View 6 Replies
View Related
May 4, 2011
I need to add python2.6 to RHEL55/SL55 that is based on python2.4.3 to utilize the full functionality of another program. Since I already killed one system by replacing the default python version (previous tread), I asked developers how to safely enable already installed 2.6 without crashing the system. Here is the
You could install 'python26' from EPEL[1], presumably this does not break /usr/bin/python since it installs the new version as /usr/bin/python2.6.
View 1 Replies
View Related
Oct 30, 2010
I have debian SID,my repository has libapache2-mod-python version 3.3.1-9+b1 and python 2.6.6-6 No, i configured my apache and restarted my apache, but i saw following errors in the apache's log file:
[Sat Oct 30 15:14:06 2010] [error] python_init: Python version mismatch, expected '2.6.5+', found '2.6.6'.
[Sat Oct 30 15:14:06 2010] [error] python_init: Python executable found '/usr/bin/python'. [Sat Oct 30 15:14:06 2010] [error] python_init: Python path being used '/usr/lib/python2.6/:/usr/lib/python2.6/plat-linux2:/u
i can't downgrade my python and my libapache2-mod-python is last version.
View 1 Replies
View Related
Apr 18, 2011
I installed a newer version of python in /usr/local/bin/python2.6. Now I want to use that python and only that one. When I type "Which python", I want to see /usr/local/bin/python2.6, NOT /usr/bin/python, which is old one (2.4). Also, I want to see the same even after I reboot. How do I do that?
View 2 Replies
View Related
Mar 29, 2011
I was trying to convert a flac audio to mp3 using soundconverter & its failing with the error:
Quote:
GStreamer error: Gstreamer encountered a general stream error.
I should note that the flac is a rip of an actual Mono Vinyl disc. Am not exactly sure how that was done but I was interested in converting some those files to ogg & mp3. OGG conversion doesn't give any error.
Below is the result when launching soundconverter from the terminal & trying to convert the flac file(s) to mp3 (i just tried ogg to mp3 & the same error occurs):
Code:
$ soundconverter
SoundConverter 1.4.4
using Gstreamer version: 0.10.28, Python binding version: 0.10.18
using gio
[Code].....
View 6 Replies
View Related
Dec 11, 2010
I'm running Ubuntu 10.10 x64. And some Wine games (e.g. Morrowind) require 32 bit gstreamer plugins to enable sound. How can I install 32 gstreamer plugins on my 64 bit Ubuntu?
On Fedora this is easy, you just need to explicitly provide the architecture:
Code:
yum install gstreamer-plugin-good.i686
I can't figure out how to do this in Ubuntu
View 2 Replies
View Related
Feb 22, 2010
I turn on my laptop running 64-bit karmic (if that helps anyone), open GNU Emacs 23.1.1 with the org files I've been working on, and for some reason it is not recognising standard key bindings, for the first time ever, with no reason I can conceive. What does "M-kp-enter is undefined" mean when it seemed well defined not long before? It seems using Esc-enter still works.. can anyone suggest if there are any config files I might need to edit, or what else could have gone wrong?
View 1 Replies
View Related
Sep 1, 2010
I have recently been trying to hack around a MTP plugin for the Exaile music player, but the first hurdle was getting any basic MTP operations to succeed. The following python calls caused a segmentation fault:
Code:
>>> import pymtp
>>> dev = pymtp.MTP()
>>> dev.connect()
>>> tracks = dev.get_tracklisting()
Segmentation fault
I had a look at pymtp 0.0.4.1-1 and I think that it is not in sync with the libmtp8 package (version 1.0.2) I have installed on my xubuntu 10.04 system. I have looked at the libmtp.h file for 1.0.2 and made some changes to pymtp which appear to do the job - no more crash, but I haven't yet tested the other parts of the interface. Feel free to use the attached patched file. I will try to get it to the package owner for further testing and hopefully an eventual package update.
View 1 Replies
View Related
May 9, 2011
I have (normal) Ubuntu 11.04 installed and I used the Ubuntu Software Center to install LXDE. I'm stuck on 2 problems though, and I'm not sure how to fix them.1. How do I change key bindings in LXDE? Specifically, I want to use Super+up/down/left/right change between workspaces, not the defaultCtrl+Alt+up/down/left/right. I have a script that I have set to auto-run on startup in my standard Unity session; I created a script and added it to the startup programs list there. However, I need to remove that script from LXDE ONLY, so that in the Unity session it will continue to run, and in the LXDE session it will NOT run
View 2 Replies
View Related
Dec 4, 2010
I'm trying to build/install KDE 4.5.4, but I run into problems with the bindings package. Build fails with the following:
[Code]....
I'm building using the KDE slackbuild from sources dir, with the new KDE packages. edit: Well I decided to just take the risk of a not working KDE and commented out the bindings package. All other packages build fine. After this I crossed my fingers and rebooted, KDE loaded up. I gave the bindings package another go, and to my surprise it did build now. Got KDE up to date and it seems to be running fine.
View 6 Replies
View Related
Jun 4, 2010
I've slackware 13.1 and anytime I try the following commands in irb:
Code:
require 'rubygems'
require 'Qt4'
or
Code:
require 'rubygems'
require 'plasma_applet'
i receive the following error:
LoadError: no such file to load -- Qt4
LoadError: no such file to load -- plasma_applet
now I'm wondering what packages or gems I need to make it work?
View 3 Replies
View Related
Apr 12, 2010
I tried to install gstreamer through Rhythmbox but only got a "Fix broken packages first" error message. I tried to fix the broken packages in the Synaptic Package Manager but it said there were none to be fixed. I tried to install the gstreamer stuff from Synaptic Package Manager and got this message
Quote:
gstreamer0.10-ffmpeg:
Depends: libavcodec52 (>=3:0.svn20090303-1) but it is not installable or
libavcodec-extra-52 but it is not going to be installed
Depends: libavformat52 (>=3:0.svn20090303-1) but it is not installable or
libavformat-extra-52 but it is not going to be installed
I then tried to install libavformat-extra-52 and got this message
Quote:
libavcodec-extra-52: Depends: libgsm1 (>=1.0.13) but it is not installable Depends: libschroedinger-1.0-0 (>=1.0.0) but it is not installable I couldn't find either of the packages contained in the last message.
View 9 Replies
View Related
Feb 24, 2010
When a new version of open box comes out. If compile a newer version of open box will it install over the current version or will it install a separate version?
View 2 Replies
View Related
Aug 3, 2010
I want to install "gst-plugin-base" but i get this error: "this version of gst-plugin-base needs glib 2.20 but installed version of glib is 2.18". I installed glib 2.20 and now I'm trying to install gst-plugin-base but i get that error again.
View 9 Replies
View Related
Feb 3, 2011
I'm running Ubuntu in a virtualbox VM on windows, and none of the key-bindings that I define for compiz plugins (such as Grid and Put) work. I've tried letters and numbers by themselves, as well as combined with ALT, CTRL, and Super, but all fail.
View 1 Replies
View Related
Sep 8, 2009
I've downloaded the source code of monkey-audio ape codec.When I typed ./configure,there came the following error message:
checking for gstreamer-0.8 >= 0.8.0 gstreamer-plugins-0.8 >= 0.8.0... configure: error: you need gstreamer development packages installed !
what can I do now ?
View 2 Replies
View Related