Deditor 0.2.2

TheSeeker duane.kaufman at gmail.com
Wed Nov 10 06:49:05 EST 2010


On Nov 9, 10:04 am, Kruptein <darragh.... at gmail.com> wrote:
> On Nov 8, 3:01 pm, Jean-Michel Pichavant <jeanmic... at sequans.com>
> wrote:
>
>
>
>
>
>
>
>
>
> > TheSeeker wrote:
> > > On Nov 6, 7:06 am, Kruptein <darragh.... at gmail.com> wrote:
>
> > >> Hey,
>
> > >> I released version 0.2.2 of my pythonic text-editor  Deditor.
> > >> It adds the use of projects, a project is a set of files which you can
> > >> open all at once to make development much faster and easier.
>
> > >> For more information visit launchpad:http://launchpad.net/deditor
>
> > >> I also uploaded a video to introduce you to deditor:http://www.youtube.com/watch?v=hS8xBu-39VI
> > >> (note: youtube is still processing the file so you might have to wait
> > >> a bit to see it)
>
> > > Hi,
> > > I might have missed this, but it seems deditor requires Python above
> > > 2.5?
>
> > > It would be nice to mention the requirements on the home page
> > > somewhere.
>
> > > Thanks,
> > > Duane
>
> > I already point that on the last release. You should really just
> > consider writing the requirements (python & wx).
>
> > JM
>
> I'm going todo that right now! I alswyas forget it :p

Hi,

In addition, on Debian Lenny, with Python 2.5:


deditor.py:429: Warning: 'with' will become a reserved keyword in
Python 2.6
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "deditor.py", line 429
    with open(cf,"wb") as configf:
            ^
SyntaxError: invalid syntax

So I don't think Python 2.5 works .

Thanks,
Duane



More information about the Python-list mailing list