[gcompris/gcomprixogoo] Added sqlite3 in our py2exe (windows python)
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gcompris/gcomprixogoo] Added sqlite3 in our py2exe (windows python)
- Date: Sun, 17 Jan 2010 12:08:19 +0000 (UTC)
commit c86e49b19636e04419992a80ea866ab4676da55d
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Sun Jan 17 12:24:35 2010 +0100
Added sqlite3 in our py2exe (windows python)
tools/py2exe/setup.py | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/tools/py2exe/setup.py b/tools/py2exe/setup.py
index d54620c..da22c8e 100755
--- a/tools/py2exe/setup.py
+++ b/tools/py2exe/setup.py
@@ -15,12 +15,9 @@ setup(
options = {
'py2exe': {
'packages':'encodings',
- 'includes': 'cairo, pango, pangocairo, atk, gobject',
+ 'includes': 'cairo, pango, pangocairo, atk, gobject, sqlite3',
}
},
- data_files= [
- ("Microsoft.VC90.CRT", py26MSdll),
- ("lib\Microsoft.VC90.CRT", py26MSdll)
- ]
+ data_files= []
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]