Hi everybody,
I just installed PIDA for the first time and I can't get it to work. I
was able to build and install the 0.5.1 version, but when I launch
pida, the first run dialog box appears without any editor in the list
and the following message in the console :
2008-05-28 18:49:18,333 ERROR __init__.pida:1072 Service error:
ServiceDependencyError: vim: cannot import name GladeSlaveDelegate
2008-05-28 18:49:18,335 ERROR __init__.pida:1072 Service error:
ServiceDependencyError: emacs: cannot import name GladeSlaveDelegate
And when I click on validate (I know it _can't_ work because I
couldn't select any editor...), the following error appears :
Traceback (most recent call last):
File "/usr/bin/pida", line 29, in ?
main()
File "/usr/lib/python2.4/site-packages/pida/core/application.py",
line 141, in main
exit_val = run_func(env)
File "/usr/lib/python2.4/site-packages/pida/core/application.py",
line 91, in run_pida
b = Boss(env)
File "/usr/lib/python2.4/site-packages/pida/core/boss.py", line 27,
in __init__
self._run_first_time()
File "/usr/lib/python2.4/site-packages/pida/core/boss.py", line 33,
in _run_first_time
success, editor = ft.run(self._env.get_firstrun_filename())
File "/usr/lib/python2.4/site-packages/pida/utils/firstrun.py", line
78, in run
editor_name = self.get_editor_option()
File "/usr/lib/python2.4/site-packages/pida/utils/firstrun.py", line
106, in get_editor_option
return self.editors[editor]
KeyError
I have vim and gvim installed because it's the editor I want to use
with pida. I also tried to install emacs but it doesn't appear in the
list too. I'm running Debian Etch with Python 2.4.
Thanks for your help.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PIDA" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pida?hl=en-GB
-~----------~----~----~----~------~----~------~--~---