Package Details: gedit-django-project 3.0.0-2

Package Base: gedit-django-project
Description: Manage Django projects from Gedit
Upstream URL: https://github.com/Quixotix/gedit-django-project
Category: devel
Licenses: LGPL
Submitter: Shanto
Maintainer: None
Last Packager: None
Votes: 0
First Submitted: 2011-10-10 10:01
Last Updated: 2011-12-25 14:05

Dependencies (3)

Required by (0)

Sources

Latest Comments

Anonymous comment

2011-12-21 01:47

The vte3 package should be added as a dependency. Here is the traceback without it installed:

Traceback (most recent call last):
File "/usr/lib/gedit/plugins/djangoproject/__init__.py", line 1, in <module>
from plugin import Plugin
File "/usr/lib/gedit/plugins/djangoproject/plugin.py", line 5, in <module>
from server import DjangoServer
File "/usr/lib/gedit/plugins/djangoproject/server.py", line 6, in <module>
from gi.repository import GObject, Gtk, Vte, GLib
File "/usr/lib/python2.7/site-packages/gi/importer.py", line 76, in load_module
dynamic_module._load()
File "/usr/lib/python2.7/site-packages/gi/module.py", line 222, in _load
version)
File "/usr/lib/python2.7/site-packages/gi/module.py", line 90, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded

(gedit:4238): libpeas-WARNING **: Error loading plugin 'djangoproject'