84 <td>The main function of the script.</td> |
84 <td>The main function of the script.</td> |
85 </tr><tr> |
85 </tr><tr> |
86 <td><a href="#pyName">pyName</a></td> |
86 <td><a href="#pyName">pyName</a></td> |
87 <td>Local function to create the Python source file name for the compiled .ui file.</td> |
87 <td>Local function to create the Python source file name for the compiled .ui file.</td> |
88 </tr><tr> |
88 </tr><tr> |
|
89 <td><a href="#shutilCopy">shutilCopy</a></td> |
|
90 <td>Wrapper function around shutil.copy() to ensure the permissions.</td> |
|
91 </tr><tr> |
89 <td><a href="#usage">usage</a></td> |
92 <td><a href="#usage">usage</a></td> |
90 <td>Display a usage message and exit.</td> |
93 <td>Display a usage message and exit.</td> |
91 </tr><tr> |
94 </tr><tr> |
92 <td><a href="#wrapperName">wrapperName</a></td> |
95 <td><a href="#wrapperName">wrapperName</a></td> |
93 <td>Create the platform specific name for the wrapper script.</td> |
96 <td>Create the platform specific name for the wrapper script.</td> |
328 tuple of directory name (string) and source file name (string) |
331 tuple of directory name (string) and source file name (string) |
329 </dd> |
332 </dd> |
330 </dl> |
333 </dl> |
331 <div align="right"><a href="#top">Up</a></div> |
334 <div align="right"><a href="#top">Up</a></div> |
332 <hr /><hr /> |
335 <hr /><hr /> |
|
336 <a NAME="shutilCopy" ID="shutilCopy"></a> |
|
337 <h2>shutilCopy</h2> |
|
338 <b>shutilCopy</b>(<i>src, dst</i>) |
|
339 <p> |
|
340 Wrapper function around shutil.copy() to ensure the permissions. |
|
341 </p><dl> |
|
342 <dt><i>src</i></dt> |
|
343 <dd> |
|
344 source file name (string) |
|
345 </dd><dt><i>dst</i></dt> |
|
346 <dd> |
|
347 destination file name or directory name (string) |
|
348 </dd> |
|
349 </dl> |
|
350 <div align="right"><a href="#top">Up</a></div> |
|
351 <hr /><hr /> |
333 <a NAME="usage" ID="usage"></a> |
352 <a NAME="usage" ID="usage"></a> |
334 <h2>usage</h2> |
353 <h2>usage</h2> |
335 <b>usage</b>(<i>rcode=2</i>) |
354 <b>usage</b>(<i>rcode=2</i>) |
336 <p> |
355 <p> |
337 Display a usage message and exit. |
356 Display a usage message and exit. |