I am working through the pyramid documentation and would really like code completion. I installed gedit-plugin-codecompletion
I am using virtualenv
, once created I use the 'activate' file in the bin/
folder to switch over my terminal window. When I launch gedit
I see these errors:
(env)agd@hephaestus:~/Dev/projects/LearningPyramid$ gedit
** (gedit:11418): WARNING **: Error initializing Python interpreter: could not import pygtk.
** (gedit:11418): WARNING **: Please check the installation of all the Python related packages required by gedit and try again.
** (gedit:11418): WARNING **: Cannot load python plugin Python 'Bracket Completion' since gedit wasnot able to initialize the Python interpreter.
** (gedit:11418): WARNING **: Error loading plugin 'Bracket Completion'
** (gedit:11418): WARNING **: Cannot load python plugin Python 'Evolved Code Completion' since gedit wasnot able to initialize the Python interpreter.
** (gedit:11418): WARNING **: Error loading plugin 'Evolved Code Completion'
Would be very interested in anything you can help me with!