Re: PIDA first run - no editors in the list ?

2008-05-29 Thread Sephi

Yes, I've installed it to be able to build pida. I've got the 1.9.9
version if that matters.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: PIDA first run - no editors in the list ?

2008-05-28 Thread Tobias Eberle

Hi,

> 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

do you have installed the python-kiwi package? GladeSlaveDelegate is from kiwi.

Best wishes,

Tobias
-- 
Super-Aktion nur in der GMX Spieleflat: 10 Tage für 1 Euro.
Über 180 Spiele downloaden: http://flat.games.gmx.de

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



PIDA first run - no editors in the list ?

2008-05-28 Thread Sephi

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 pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Editors

2008-01-04 Thread Ali Afshar


On Fri, 2008-01-04 at 10:41 -0800, derek wrote:
> On Dec 28 2007, 7:25 pm, "Timur Izhbulatov" <[EMAIL PROTECTED]>
> wrote:
> >
> > Fortunately, Kate can embed vim. At least it used to.
> 
> Not as far as I can tell - and why would I want it to?  I want to use
> _my_ editor, not vi or emacs. Vim embedded in kate would just make me
> use the same awful interface I can already get in Pida.  Do you mean
> Vim can embed kate?

Hi Derek,

Thanks for showing interest in writing an editor. Yes our documentation
on this matter is somewhat lacking, but an editor is a service like any
other, so the documentation in the handbook applies there. In addition
we have some helpful base classes that can be used.

Your best bet is to look at the source of the Moo editor in PIDA trunk.
It is fairly easy to follow, and of course we are all available to
answer questions.

If you need more realtime feedback, please find us on #pida on Freenode
IRC.

Ali


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Editors

2008-01-04 Thread derek

On Dec 28 2007, 7:25 pm, "Timur Izhbulatov" <[EMAIL PROTECTED]>
wrote:
>
> Fortunately, Kate can embed vim. At least it used to.

Not as far as I can tell - and why would I want it to?  I want to use
_my_ editor, not vi or emacs. Vim embedded in kate would just make me
use the same awful interface I can already get in Pida.  Do you mean
Vim can embed kate?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Editors

2007-12-28 Thread Timur Izhbulatov
2007/12/28, derek <[EMAIL PROTECTED]>:
>
>
> On Dec 28, 4:38 am, tito <[EMAIL PROTECTED]> wrote:
> >
> > Yes, only vim and emacs are available in last stable download.
> > Moo support appear in trunk 3/4 weeks ago. Try it :)
>
> Thanks Tito.  I'll give that a shot - but I'd still like to see if I
> can integrate Kate.  I fear for my soul if I have to learn vi :-)


Fortunately, Kate can embed vim. At least it used to.

-- 
Timur Izhbulatov -- www.timka.org

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Editors

2007-12-28 Thread derek

On Dec 28, 4:38 am, tito <[EMAIL PROTECTED]> wrote:
>
> Yes, only vim and emacs are available in last stable download.
> Moo support appear in trunk 3/4 weeks ago. Try it :)

Thanks Tito.  I'll give that a shot - but I'd still like to see if I
can integrate Kate.  I fear for my soul if I have to learn vi :-)

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Editors

2007-12-28 Thread tito

Hi derek,

Yes, only vim and emacs are available in last stable download.
Moo support appear in trunk 3/4 weeks ago. Try it :)

Tito

On 28 déc, 00:27, derek <[EMAIL PROTECTED]> wrote:
> PIDA looks like a great idea - it's got features I can't make work in
> Eclipse (I'm developing a Plone app, and it lets me run a full ArgoUML
> session - the ArgoEclipse plugin is useless - and I run ArchGenXML
> from it - thanks Sean Fulmer), but PIDA's home page says "Embedding
> Vim or any editor", which is unfortunately vaporware.
>
> I'm sure those of you responsible for the Vim plugin are fond of it,
> but personally I believe Vim is evil - and Emacs only slightly less
> so.  This is a good enough app that I'd write the plugin for my editor
> myself, but there's absolutely no documentation that would tell me
> how.  Help me out, please.  What is required?  Somebody else asked
> about MEdit, two months ago, and nobody has responded.
>
> derek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---



Editors

2007-12-27 Thread derek

PIDA looks like a great idea - it's got features I can't make work in
Eclipse (I'm developing a Plone app, and it lets me run a full ArgoUML
session - the ArgoEclipse plugin is useless - and I run ArchGenXML
from it - thanks Sean Fulmer), but PIDA's home page says "Embedding
Vim or any editor", which is unfortunately vaporware.

I'm sure those of you responsible for the Vim plugin are fond of it,
but personally I believe Vim is evil - and Emacs only slightly less
so.  This is a good enough app that I'd write the plugin for my editor
myself, but there's absolutely no documentation that would tell me
how.  Help me out, please.  What is required?  Somebody else asked
about MEdit, two months ago, and nobody has responded.

derek
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"PIDA" group.
 To post to this group, send email to pida@googlegroups.com
 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
-~--~~~~--~~--~--~---