Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sugar-shell4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sugar-shell b/bin/sugar-shell
index b0f66b4..ef69fc1 100755
--- a/bin/sugar-shell
+++ b/bin/sugar-shell
@@ -20,6 +20,10 @@ import os
from ConfigParser import ConfigParser
import gettext
+# HACK we need to import numpy before gtk otherwise we traceback in
+# some locales. See http://dev.laptop.org/ticket/5559.
+import numpy
+
import pygtk
pygtk.require('2.0')
import gtk