On Nov 9, 10:04 am, Kruptein <darragh....@gmail.com> wrote: > On Nov 8, 3:01 pm, Jean-Michel Pichavant <jeanmic...@sequans.com> > wrote: > > > > > > > > > > > TheSeeker wrote: > > > On Nov 6, 7:06 am, Kruptein <darragh....@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, I was wondering if there was any reason deditor will not work under Windows? I tried to run it and got the following (Python 2.6, wxPython 2.8): Traceback (most recent call last): File "C:\junk\deditor-0.2.2\deditor.py", line 910, in <module> deditor = DEDITOR(None, -1, "") File "C:\junk\deditor-0.2.2\deditor.py", line 101, in __init__ self.initialize() File "C:\junk\deditor-0.2.2\deditor.py", line 342, in initialize self.menu.SetLabel(4,self.menu.GetLabel(4).strip("_") +"\t"+"+".join(self.get _base_config("keys", "ctab").split(","))) File "C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 1136 6, in GetLabel return _core_.MenuBar_GetLabel(*args, **kwargs) wx._core.PyAssertionError: C++ assertion "item" failed at ..\..\src \common\menuc mn.cpp(1125) in wxMenuBarBase::GetLabel(): wxMenuBar::GetLabel(): no such item Thanks, Duane -- http://mail.python.org/mailman/listinfo/python-list