Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.mingw.in2
-rwxr-xr-xtools/py2exe/gcompris.py5
2 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 5de7b09..5ee2f10 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -18,7 +18,7 @@ LIBXML2_TOP := /libxml2
SDL_TOP := /sdl
CANVAS_TOP := /gnomecanvas
GNUCHESS_TOP := /gnuchess
-PYTHON_TOP := /c/WINDOWS/system32/python24.dll
+PYTHON_TOP := /c/WINDOWS/system32
GNUCAP_TOP := /gnucap
MAKENSIS := "/c/Program Files/NSIS/makensis.exe"
diff --git a/tools/py2exe/gcompris.py b/tools/py2exe/gcompris.py
index 23ac7e0..e133ae0 100755
--- a/tools/py2exe/gcompris.py
+++ b/tools/py2exe/gcompris.py
@@ -21,5 +21,8 @@ import cairo
import pangocairo
import atk
import gobject
-
+# For tuxpaint launcher
+#import _winreg
+# For admin module
+#import pysqlite2
print "Hello gcompris world now"