eric6/Documentation/Source/install.html

changeset 6943
da5c9f5c11c6
parent 6942
2602857055c5
child 7204
cbf6d88004ce
equal deleted inserted replaced
6942:2602857055c5 6943:da5c9f5c11c6
23 <p> 23 <p>
24 Installation script for the eric6 IDE and all eric6 related tools. 24 Installation script for the eric6 IDE and all eric6 related tools.
25 </p> 25 </p>
26 <h3>Global Attributes</h3> 26 <h3>Global Attributes</h3>
27 <table> 27 <table>
28 <tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>PythonMarkers</td></tr><tr><td>PythonTextMarkers</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>includePythonVariant</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>pyqtOverride</td></tr><tr><td>pyqtVariant</td></tr><tr><td>sourceDir</td></tr> 28 <tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</td></tr><tr><td>PythonMarkers</td></tr><tr><td>PythonTextMarkers</td></tr><tr><td>apisDir</td></tr><tr><td>cfg</td></tr><tr><td>configLength</td></tr><tr><td>configName</td></tr><tr><td>currDir</td></tr><tr><td>defaultMacAppBundleName</td></tr><tr><td>defaultMacAppBundlePath</td></tr><tr><td>defaultMacPythonExe</td></tr><tr><td>distDir</td></tr><tr><td>doCleanDesktopLinks</td></tr><tr><td>doCleanup</td></tr><tr><td>doCompile</td></tr><tr><td>eric6SourceDir</td></tr><tr><td>forceCleanDesktopLinks</td></tr><tr><td>includePythonVariant</td></tr><tr><td>installApis</td></tr><tr><td>macAppBundleName</td></tr><tr><td>macAppBundlePath</td></tr><tr><td>macPythonExe</td></tr><tr><td>modDir</td></tr><tr><td>platBinDir</td></tr><tr><td>platBinDirOld</td></tr><tr><td>progLanguages</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr><tr><td>pyqtOverride</td></tr><tr><td>pyqtVariant</td></tr><tr><td>sourceDir</td></tr>
29 </table> 29 </table>
30 <h3>Classes</h3> 30 <h3>Classes</h3>
31 <table> 31 <table>
32 <tr><td>None</td></tr> 32 <tr><td>None</td></tr>
33 </table> 33 </table>
341 </dl> 341 </dl>
342 <div align="right"><a href="#top">Up</a></div> 342 <div align="right"><a href="#top">Up</a></div>
343 <hr /><hr /> 343 <hr /><hr />
344 <a NAME="createPyWrapper" ID="createPyWrapper"></a> 344 <a NAME="createPyWrapper" ID="createPyWrapper"></a>
345 <h2>createPyWrapper</h2> 345 <h2>createPyWrapper</h2>
346 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript=True</i>) 346 <b>createPyWrapper</b>(<i>pydir, wfile, saveDir, isGuiScript=True</i>)
347 <p> 347 <p>
348 Create an executable wrapper for a Python script. 348 Create an executable wrapper for a Python script.
349 </p><dl> 349 </p><dl>
350 <dt><i>pydir</i></dt> 350 <dt><i>pydir</i></dt>
351 <dd> 351 <dd>
352 the name of the directory where the Python script will 352 the name of the directory where the Python script will
353 eventually be installed (string) 353 eventually be installed (string)
354 </dd><dt><i>wfile</i></dt> 354 </dd><dt><i>wfile</i></dt>
355 <dd> 355 <dd>
356 the basename of the wrapper (string) 356 the basename of the wrapper (string)
357 </dd><dt><i>saveDir</i></dt>
358 <dd>
359 directory to save the file into (string)
357 </dd><dt><i>isGuiScript</i></dt> 360 </dd><dt><i>isGuiScript</i></dt>
358 <dd> 361 <dd>
359 flag indicating a wrapper script for a GUI 362 flag indicating a wrapper script for a GUI
360 application (boolean) 363 application (boolean)
361 </dd> 364 </dd>

eric ide

mercurial