[Zope-dev] ExternalEditor & Windows

Casey Duncan casey@zope.com
Tue, 21 May 2002 14:00:59 -0400


On Tuesday 21 May 2002 01:39 pm, Joachim Schmitz wrote:
> Hi,
>=20
> great to hear, I just wanted to write a mail to the list asking for a j=
oint=20
> effort for bringing ExternalEditor to Windows. I personally cannot offe=
r=20
> any help, except testing it, since I am working on linux.
> I have EE installed and it works like charm, it is the solution for a=20
> problem, Zope has suffered from for a long time, and which gives a tota=
l=20
> new view to the Zope-IDE issue.
>=20
> One hint thought for the Windows-helper app, it should possibly not req=
uire=20
> python at least not with tkinter build in. If it would run and install =
one=20
> "pure" windows, that would be best.

I totally agree. And I still intend to deliver one that runs native on=20
windows, probably just using the windows scripting host.=20

This version will hopefully tide people over for the time being.=20

I also am thinking along the same lines with this being a new way to appr=
oach=20
an IDE. from the bottom up if you will, built as smaller pieces working=20
together with the web rather than trying to write it in one broad stroke=20
(which has always failed thus far).

-Casey