Author: johannes
Date: 2007-07-11 03:01:16 -0500 (Wed, 11 Jul 2007)
New Revision: 9746
Modified:
trunk/gnue-common/packaging/win32/gnue-common.iss.dist_template
trunk/gnue-common/packaging/win32/setup.py
Log:
Further improvements on packaging win32
Modified: trunk/gnue-common/packaging/win32/gnue-common.iss.dist_template
===================================================================
--- trunk/gnue-common/packaging/win32/gnue-common.iss.dist_template 2007-07-09 06:30:11 UTC (rev 9745)
+++ trunk/gnue-common/packaging/win32/gnue-common.iss.dist_template 2007-07-11 08:01:16 UTC (rev 9746)
@@ -43,6 +43,7 @@
[UninstallDelete]
Type: filesandordirs; Name: {app}\bin\gnue\common\*.*
+Type: files; Name: {app}\bin\gnue-schema.exe
Type: files; Name: {app}\bin\gnue\*.*
[Code]
Modified: trunk/gnue-common/packaging/win32/setup.py
===================================================================
--- trunk/gnue-common/packaging/win32/setup.py 2007-07-09 06:30:11 UTC (rev 9745)
+++ trunk/gnue-common/packaging/win32/setup.py 2007-07-11 08:01:16 UTC (rev 9746)
@@ -40,28 +40,7 @@
# The InnoSetup configuration file
ISS_FILE = 'gnue-common.iss'
-# -----------------------------------------------------------------------------
-# Create a list of all modules in the standard library
-# -----------------------------------------------------------------------------
-def getimports(libdir):
- """
- Returns a list of all modules in the standard python library.
- """
- importlist = []
- for entry in os.listdir(libdir):
- if entry.startswith('_') or '-' in entry or \
- entry.count('.')>1 or ' ' in entry:
- continue
-
- if not os.path.splitext(entry)[1] == '.py':
- continue
-
- importlist.append(entry[:entry.find('.')])
-
- return importlist
-
-
# -----------------------------------------------------------------------------
# Run the setup to create all the exe files in the gnue-common package
# -----------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.