Pallavi 0.5: Text editor utilizing wxPython

> 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.

I downloaded the exe installer for Windows and installed Pallavi, but
when I tried to run it I got the error message "No module named
pallavi_config". I'm on Windows XP SP2 and wxWidgets 2.8.4 and Python 2.4

E:\Python24\Lib\site-packages\pallavi>pallavi.py
Traceback (most recent call last):
   File "E:\Python24\Lib\site-packages\pallavi\pallavi.py", line 75, in ?
     RunPallavi(sys.argv[1:])
   File "E:\Python24\Lib\site-packages\pallavi\pallavi.py", line 56, in
RunPallav
i
     import pallavi_config
ImportError: No module named pallavi_config

E:\Python24\Lib\site-packages\pallavi>

The installer was set up for Python25 and is pointing the share
directory at C:\Python25. I've released a second installer for
Python24 under windows. I tested it briefly and fixed one bug where
I'd used the Python 2.5 'any' function. Let me know how it works for
you.

I suspect this will also solve Diego's error.

Dusty