2
votes
1answer
81 views

Why does pylint Gedit plugin give me an error when I try to enable it?

I downloaded and installed the pylint gedit plugin. I then copied the pylint.gedit_plugin file and the pylint directory to /usr/lib/gedit/plugins I couldn't see it in the gedit plugins menu so I ...
0
votes
0answers
63 views

Better Python Console not working on 12.04

I installed the plugin (copied the files to /usr/lib/gedit/plugins/) but when I hit the f5 when a python file is open in the gedit,nothing happens.Only a message is seen at the bottom of the gedit ...
0
votes
0answers
14 views

Python Plugin not found [duplicate]

Possible Duplicate: How to play Mp3 files using Rhythmbox? Required plugin could not be found Python (v2.7) requires to install plugins to play media files of the following type: MPEG-1 ...
2
votes
0answers
98 views

Python Access Pidgin Data Structure by Dbus

I recentely started to program in Python and making a script/plugin for Pidgin,i need to access PurpleConversationUiOps and use the has_focus field,based in some examples in documentation of Pidgin i ...
0
votes
1answer
101 views

Video Codec Error

I have noticed on some videos that when I play some unusual video formats I always see this message. Can someone please give me instructions how to resolve this issue? Which codec do I need to install ...
0
votes
0answers
48 views

Rhythmbox won't load media files

I just installed an Intel Atom dual-core into my car as the entertainment system. I chose to use Ubuntu on it. However since I am not able to get Internet access I feel I'm missing information vital ...
0
votes
1answer
411 views

Eclipse plugins installed, but not working [closed]

My problem is that C/C++ and PyDev plugins, that seem to be installed in Eclipse, are not working. I've tried to reinstall both Eclipse and plugins several times but the problem is still there. I can ...
1
vote
1answer
40 views

How do I update envisage v3 to envisage v4

I just installed the envisag 3.x plugin from the Ubuntu Software Center, My question is, how can I update this to envisage 4.x. I'm using python 2.6 and Ubuntu 10.04 LTS 64bit
7
votes
3answers
969 views

Two gedit plugins clash. How to change shortcut keys, or enable/disable a plugin

Gedit has two plugins from Gnome's Gedit Plugins page which I both particularly want... Multi-edit Control Your Tabs However they both vie for the same shortcut keys: Ctrl+PageUp and ...
4
votes
1answer
227 views

Rhythmbox plugin code for hot key not working - why?

def activate(self,shell): self.shell = shell self.copy_selected() self.action = gtk.Action ('foo','bar','baz',None) self.activate_id = self.action.connect ('activate', ...