Sat, 19 Feb 2011 16:08:37 +0100
Fixed a source docu string in the new installer script.
--- a/Documentation/Help/source.qhp Sat Feb 19 14:48:33 2011 +0100 +++ b/Documentation/Help/source.qhp Sat Feb 19 16:08:37 2011 +0100 @@ -10798,23 +10798,7 @@ <file>eric5.ViewManager.__init__.html</file> <file>eric5.compileUiFiles.html</file> <file>eric5.eric5-api.html</file> - <file>eric5.eric5-compare.html</file> - <file>eric5.eric5-configure.html</file> - <file>eric5.eric5-diff.html</file> <file>eric5.eric5-doc.html</file> - <file>eric5.eric5-editor.html</file> - <file>eric5.eric5-iconeditor.html</file> - <file>eric5.eric5-plugininstall.html</file> - <file>eric5.eric5-pluginrepository.html</file> - <file>eric5.eric5-pluginuninstall.html</file> - <file>eric5.eric5-qregexp.html</file> - <file>eric5.eric5-re.html</file> - <file>eric5.eric5-sqlbrowser.html</file> - <file>eric5.eric5-tray.html</file> - <file>eric5.eric5-trpreviewer.html</file> - <file>eric5.eric5-uipreviewer.html</file> - <file>eric5.eric5-unittest.html</file> - <file>eric5.eric5-webbrowser.html</file> <file>eric5.eric5.html</file> <file>eric5.eric5_compare.html</file> <file>eric5.eric5_configure.html</file>
--- a/Documentation/Source/eric5.install.html Sat Feb 19 14:48:33 2011 +0100 +++ b/Documentation/Source/eric5.install.html Sat Feb 19 16:08:37 2011 +0100 @@ -220,17 +220,21 @@ <hr /><hr /> <a NAME="createPyWrapper" ID="createPyWrapper"></a> <h2>createPyWrapper</h2> -<b>createPyWrapper</b>(<i>pydir, wfile</i>) +<b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>) <p> Create an executable wrapper for a Python script. </p><dl> <dt><i>pydir</i></dt> <dd> -the name of the directory where the Python script will eventually - be installed +the name of the directory where the Python script will + eventually be installed </dd><dt><i>wfile</i></dt> <dd> the basename of the wrapper +</dd><dt><i>isGuiScript</i></dt> +<dd> +flag indicating a wrapper script for a GUI + application (boolean) </dd> </dl><dl> <dt>Returns:</dt>
--- a/install.py Sat Feb 19 14:48:33 2011 +0100 +++ b/install.py Sat Feb 19 16:08:37 2011 +0100 @@ -158,6 +158,8 @@ @param pydir the name of the directory where the Python script will eventually be installed @param wfile the basename of the wrapper + @param isGuiScript flag indicating a wrapper script for a GUI + application (boolean) @return the platform specific name of the wrapper """ # all kinds of Windows systems