Documentation/Source/eric6.install.html

branch
6_0_x
changeset 4244
f062334d45c9
parent 4089
b98cb6bb5079
child 4435
9f6555d3c3c0
child 4488
813c091f0457
equal deleted inserted replaced
4243:617a83ed2204 4244:f062334d45c9
89 <td>Actually perform the installation steps.</td> 89 <td>Actually perform the installation steps.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#main">main</a></td> 91 <td><a href="#main">main</a></td>
92 <td>The main function of the script.</td> 92 <td>The main function of the script.</td>
93 </tr><tr> 93 </tr><tr>
94 <td><a href="#prepareInfoFile">prepareInfoFile</a></td>
95 <td>Function to prepare an Info.py file when installing from source.</td>
96 </tr><tr>
94 <td><a href="#pyName">pyName</a></td> 97 <td><a href="#pyName">pyName</a></td>
95 <td>Local function to create the Python source file name for the compiled .ui file.</td> 98 <td>Local function to create the Python source file name for the compiled .ui file.</td>
96 </tr><tr> 99 </tr><tr>
97 <td><a href="#shutilCopy">shutilCopy</a></td> 100 <td><a href="#shutilCopy">shutilCopy</a></td>
98 <td>Wrapper function around shutil.copy() to ensure the permissions.</td> 101 <td>Wrapper function around shutil.copy() to ensure the permissions.</td>
374 the list of command line arguments. 377 the list of command line arguments.
375 </dd> 378 </dd>
376 </dl> 379 </dl>
377 <div align="right"><a href="#top">Up</a></div> 380 <div align="right"><a href="#top">Up</a></div>
378 <hr /><hr /> 381 <hr /><hr />
382 <a NAME="prepareInfoFile" ID="prepareInfoFile"></a>
383 <h2>prepareInfoFile</h2>
384 <b>prepareInfoFile</b>(<i>fileName</i>)
385 <p>
386 Function to prepare an Info.py file when installing from source.
387 </p><dl>
388 <dt><i>fileName</i></dt>
389 <dd>
390 name of the Python file containing the info (string)
391 </dd>
392 </dl>
393 <div align="right"><a href="#top">Up</a></div>
394 <hr /><hr />
379 <a NAME="pyName" ID="pyName"></a> 395 <a NAME="pyName" ID="pyName"></a>
380 <h2>pyName</h2> 396 <h2>pyName</h2>
381 <b>pyName</b>(<i>py_dir, py_file</i>) 397 <b>pyName</b>(<i>py_dir, py_file</i>)
382 <p> 398 <p>
383 Local function to create the Python source file name for the compiled 399 Local function to create the Python source file name for the compiled

eric ide

mercurial