[wxPython-users] Pallavi 0.5: Text editor utilizing wxPython

Diego Jacobi jacobidiego at gmail.com
Sun Sep 2 08:13:18 PDT 2007


In windows:

import sys
try:
  from pallavi import pallavi
  pallavi.RunPallavi(sys.argv[1:])
except Exception, error:
  print error
  raw_input("Presione <ENTER> para continuar")


Result:
No module named pallavi_config
Presione <ENTER> para continuar






2007/9/2, Dusty Phillips <buchuki at gmail.com>:
>
> Hey all,
>
> I'm not certain if this is shameless advertising, selfless
> information, or legitimate promotion, but I thought members of this
> list would be interested to know that I have recently released a
> fully-featured, extensively customizable text editor that utilizes
> wxPython as its widget toolkit.
>
> Pallavi supports most of the features of a standard text editor. I
> have deliberately kept the core very small, keeping most functionality
> in plugins. This means that new plugins can replace existing ones in a
> "drop-in" fashion to drastically or subtly change the editor's
> behaviour. Indeed, it can already perform as a very simple notepad
> replacement or as a nascent IDE.
>
> Of interest to this list, Pallavi utilizes the StyledTextControl and
> and Advanced User Interface libraries. Many thanks to Robin and the
> crew for maintaining and improving wxPython. Without it I would never
> have been able to create such a usable editor in so few lines of code.
>
> Hope you enjoy the editor,
> Dusty Phillips
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200709=
02/cfe8262b/attachment.htm


More information about the wxpython-users mailing list