我正在研究金字塔文档,并且非常希望代码完成。我安装了gedit-plugin-codecompletion
我正在使用virtualenv
,一旦创建,我使用文件夹中的“激活”文件bin/
来切换我的终端窗口。当我启动时,gedit
我看到这些错误:
(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'
对您可以帮助我的任何事情都非常感兴趣!