[gcompris/gcomprixogoo] Added support for python activities.



commit 44356a9bdc515b3f74a7cadd8f9e1f2cc706a0e9
Author: Bruno Coudoin <bruno ordinateur-de-bruno-coudoin local>
Date:   Fri Apr 9 22:16:31 2010 +0200

    Added support for python activities.

 macosx/launcher.sh |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/macosx/launcher.sh b/macosx/launcher.sh
index 87d36b4..c318fee 100755
--- a/macosx/launcher.sh
+++ b/macosx/launcher.sh
@@ -34,6 +34,8 @@ export GTK_IM_MODULE_FILE="$bundle_etc/gtk-2.0/gtk.immodules"
 export GDK_PIXBUF_MODULE_FILE="$bundle_etc/gtk-2.0/gdk-pixbuf.loaders"
 export PANGO_RC_FILE="$bundle_etc/pango/pangorc"
 
+export PYTHONPATH=$bundle_lib/python2.6/site-packages:$bundle_lib/python2.6/site-packages/gtk-2.0/:$bundle_lib/python2.6:$bundle_lib/python2.6/plat-darwin:$bundle_lib/python2.6/plat-mac:$bundle_lib/python2.6/lib-dynload
+
 # Set the locale-related variables appropriately:
 unset LANG LC_MESSAGES LC_MONETARY
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]