From: Steven P. <n9...@n9...> - 2004-05-03 14:33:58
|
On May 3, 2004, at 1:07 AM, Roger Binns wrote: > I would really love it if someone who is familiar with wxWidgets/ > wxPython could complete the hexeditor. It is needed by several > bits of code. For ideas/etc, here is another hex editor in Python that is under the Python license: http://homepage.hispeed.ch/py430/python/ I have only looked at it briefly... It doesn't run quite properly under MacOS X, but I'm sure that it could be fixed, and if you use it to flesh out the current editor then maybe the bad bits won't come along with it. :-) (Actually, the initial error was due to the assumption that locale.getdefaultlocale() returned a valid set of languages, on the Mac it returns None, so it was easy to work around that, but visually it need a bit of TLC on the Mac). |