Documentation/Source/eric5.install.html

branch
5_1_x
changeset 1395
1eb21f914629
parent 1152
3cfaa0bae68d
equal deleted inserted replaced
1384:65c1f5d5a129 1395:1eb21f914629
60 <td>Create the global plugins directory, if it doesn't exist.</td> 60 <td>Create the global plugins directory, if it doesn't exist.</td>
61 </tr><tr> 61 </tr><tr>
62 <td><a href="#createInstallConfig">createInstallConfig</a></td> 62 <td><a href="#createInstallConfig">createInstallConfig</a></td>
63 <td>Create the installation config dictionary.</td> 63 <td>Create the installation config dictionary.</td>
64 </tr><tr> 64 </tr><tr>
65 <td><a href="#createMacAppBundle">createMacAppBundle</a></td>
66 <td>Create a Mac application bundle.</td>
67 </tr><tr>
65 <td><a href="#createPyWrapper">createPyWrapper</a></td> 68 <td><a href="#createPyWrapper">createPyWrapper</a></td>
66 <td>Create an executable wrapper for a Python script.</td> 69 <td>Create an executable wrapper for a Python script.</td>
67 </tr><tr> 70 </tr><tr>
68 <td><a href="#doDependancyChecks">doDependancyChecks</a></td> 71 <td><a href="#doDependancyChecks">doDependancyChecks</a></td>
69 <td>Perform some dependency checks.</td> 72 <td>Perform some dependency checks.</td>
219 <p> 222 <p>
220 Create the installation config dictionary. 223 Create the installation config dictionary.
221 </p> 224 </p>
222 <div align="right"><a href="#top">Up</a></div> 225 <div align="right"><a href="#top">Up</a></div>
223 <hr /><hr /> 226 <hr /><hr />
227 <a NAME="createMacAppBundle" ID="createMacAppBundle"></a>
228 <h2>createMacAppBundle</h2>
229 <b>createMacAppBundle</b>(<i>pydir</i>)
230 <p>
231 Create a Mac application bundle.
232 </p><dl>
233 <dt><i>pydir</i></dt>
234 <dd>
235 the name of the directory where the Python script will eventually
236 be installed (string)
237 </dd>
238 </dl>
239 <div align="right"><a href="#top">Up</a></div>
240 <hr /><hr />
224 <a NAME="createPyWrapper" ID="createPyWrapper"></a> 241 <a NAME="createPyWrapper" ID="createPyWrapper"></a>
225 <h2>createPyWrapper</h2> 242 <h2>createPyWrapper</h2>
226 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>) 243 <b>createPyWrapper</b>(<i>pydir, wfile, isGuiScript = True</i>)
227 <p> 244 <p>
228 Create an executable wrapper for a Python script. 245 Create an executable wrapper for a Python script.

eric ide

mercurial