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>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> |
28 <tr><td>BlackLists</td></tr><tr><td>PlatformsBlackLists</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>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>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> |
89 <td>Create Desktop and Start Menu links.</td> |
89 <td>Create Desktop and Start Menu links.</td> |
90 </tr><tr> |
90 </tr><tr> |
91 <td><a href="#createWindowsShortcut">createWindowsShortcut</a></td> |
91 <td><a href="#createWindowsShortcut">createWindowsShortcut</a></td> |
92 <td>Create Windows shortcut.</td> |
92 <td>Create Windows shortcut.</td> |
93 </tr><tr> |
93 </tr><tr> |
94 <td><a href="#determinePyQtVariant">determinePyQtVariant</a></td> |
|
95 <td>Module function to determine the PyQt variant to be used.</td> |
|
96 </tr><tr> |
|
97 <td><a href="#doDependancyChecks">doDependancyChecks</a></td> |
94 <td><a href="#doDependancyChecks">doDependancyChecks</a></td> |
98 <td>Perform some dependency checks.</td> |
95 <td>Perform some dependency checks.</td> |
99 </tr><tr> |
96 </tr><tr> |
100 <td><a href="#exit">exit</a></td> |
97 <td><a href="#exit">exit</a></td> |
101 <td>Exit the install script.</td> |
98 <td>Exit the install script.</td> |
214 </p> |
211 </p> |
215 <div align="right"><a href="#top">Up</a></div> |
212 <div align="right"><a href="#top">Up</a></div> |
216 <hr /><hr /> |
213 <hr /><hr /> |
217 <a NAME="copyAppStreamFile" ID="copyAppStreamFile"></a> |
214 <a NAME="copyAppStreamFile" ID="copyAppStreamFile"></a> |
218 <h2>copyAppStreamFile</h2> |
215 <h2>copyAppStreamFile</h2> |
219 <b>copyAppStreamFile</b>(<i>src, dst, marker</i>) |
216 <b>copyAppStreamFile</b>(<i>src, dst</i>) |
220 <p> |
217 <p> |
221 Modify an appstream file and write it to its destination. |
218 Modify an appstream file and write it to its destination. |
222 </p><dl> |
219 </p><dl> |
223 <dt><i>src</i></dt> |
220 <dt><i>src</i></dt> |
224 <dd> |
221 <dd> |
225 source file name (string) |
222 source file name (string) |
226 </dd><dt><i>dst</i></dt> |
223 </dd><dt><i>dst</i></dt> |
227 <dd> |
224 <dd> |
228 destination file name (string) |
225 destination file name (string) |
229 </dd><dt><i>marker</i></dt> |
|
230 <dd> |
|
231 marker to be used (string) |
|
232 </dd> |
226 </dd> |
233 </dl> |
227 </dl> |
234 <div align="right"><a href="#top">Up</a></div> |
228 <div align="right"><a href="#top">Up</a></div> |
235 <hr /><hr /> |
229 <hr /><hr /> |
236 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a> |
230 <a NAME="copyDesktopFile" ID="copyDesktopFile"></a> |
237 <h2>copyDesktopFile</h2> |
231 <h2>copyDesktopFile</h2> |
238 <b>copyDesktopFile</b>(<i>src, dst, marker</i>) |
232 <b>copyDesktopFile</b>(<i>src, dst</i>) |
239 <p> |
233 <p> |
240 Modify a desktop file and write it to its destination. |
234 Modify a desktop file and write it to its destination. |
241 </p><dl> |
235 </p><dl> |
242 <dt><i>src</i></dt> |
236 <dt><i>src</i></dt> |
243 <dd> |
237 <dd> |
244 source file name (string) |
238 source file name (string) |
245 </dd><dt><i>dst</i></dt> |
239 </dd><dt><i>dst</i></dt> |
246 <dd> |
240 <dd> |
247 destination file name (string) |
241 destination file name (string) |
248 </dd><dt><i>marker</i></dt> |
|
249 <dd> |
|
250 marker to be used (string) |
|
251 </dd> |
242 </dd> |
252 </dl> |
243 </dl> |
253 <div align="right"><a href="#top">Up</a></div> |
244 <div align="right"><a href="#top">Up</a></div> |
254 <hr /><hr /> |
245 <hr /><hr /> |
255 <a NAME="copyToFile" ID="copyToFile"></a> |
246 <a NAME="copyToFile" ID="copyToFile"></a> |
395 path of the icon file |
386 path of the icon file |
396 </dd> |
387 </dd> |
397 </dl> |
388 </dl> |
398 <div align="right"><a href="#top">Up</a></div> |
389 <div align="right"><a href="#top">Up</a></div> |
399 <hr /><hr /> |
390 <hr /><hr /> |
400 <a NAME="determinePyQtVariant" ID="determinePyQtVariant"></a> |
|
401 <h2>determinePyQtVariant</h2> |
|
402 <b>determinePyQtVariant</b>(<i></i>) |
|
403 <p> |
|
404 Module function to determine the PyQt variant to be used. |
|
405 </p> |
|
406 <div align="right"><a href="#top">Up</a></div> |
|
407 <hr /><hr /> |
|
408 <a NAME="doDependancyChecks" ID="doDependancyChecks"></a> |
391 <a NAME="doDependancyChecks" ID="doDependancyChecks"></a> |
409 <h2>doDependancyChecks</h2> |
392 <h2>doDependancyChecks</h2> |
410 <b>doDependancyChecks</b>(<i></i>) |
393 <b>doDependancyChecks</b>(<i></i>) |
411 <p> |
394 <p> |
412 Perform some dependency checks. |
395 Perform some dependency checks. |