Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authordjm <djm@38b22f21-9aea-0310-abfc-843a9883df58>2005-06-29 01:55:15 (GMT)
committer djm <djm@38b22f21-9aea-0310-abfc-843a9883df58>2005-06-29 01:55:15 (GMT)
commitf9f4cf5f308974a0408516cba50fa5b2918e0a16 (patch)
tree986b2c7fb0ab23de1fc39c56c757a7bd8ede3e1a /README
parent069efda12d13a59cc8d1b1b762afcf14f7371ffe (diff)
added explaination of Mac woes
git-svn-id: https://exe.svn.sourceforge.net/svnroot/exe/trunk@866 38b22f21-9aea-0310-abfc-843a9883df58
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index cead366..44e9fc1 100644
--- a/README
+++ b/README
@@ -82,6 +82,20 @@ Creating a Mac install is something we're still working towards.
For the technically inclined we're working towards using PyXPCOM
to replace the Nevow library which should simplify a Mac version.
+We have had earlier versions of eXe running on Mac, but we've run into
+multiple problems with later releases. I'm not sure if you're
+interested in the details, but they were...
+ * Nevow the XMLHTTP library we use gives connection errors just on
+ Mac, even though it is supposed to support Mac. We're looking
+ at replacing XMLHTTP/Nevow with PyXPCOM.
+ * Mac applications only have one menu bar, we need to replace the
+ Firefox menubar, but when doing that (by turning off Firefox
+ chrome) we get another error with FCKEditor (the rich text
+ editor we're using) flickering. We're investigating possibly
+ replacing FCKEditor by using Mozilla's "native" Midas editing
+ interface.
+ * We also have more work to do on how to create a install package for
+ eXe on the Mac. We're aiming to use PyApp for this.
LINUX
=====