| | 221 | ===== Adding files, libraries & executables ===== |
| | 222 | |
| | 223 | ====== Files ====== |
| | 224 | Arbitrary files needed by you application should probably go to the {{{my_python_project.zip}}}, to be deployed together with your application to the main instalation folder. |
| | 225 | |
| | 226 | ====== Libraries & executables ====== |
| | 227 | Libraries should be added to {{{python_27.zip}}} to the {{{lib}}} folder, exectuables to the {{{bin}}} folder. Like this they will be deployed to a folder that is listed in {{{$LD_LIBRARY_PATH}}} and {{{$PATH}}} respectively. |
| | 228 | |
| | 229 | '''NOTE:''' I haven't yet tested if running executables through ''subprocess'' actually works. |
| | 230 | |