Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/file/56d62d405021/README.devel
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 12:15:40 2013
Кодировка:
allpy: 56d62d405021 README.devel

allpy

view README.devel @ 599:56d62d405021

pair_cores_all.py: close openned files to avoid error error "Too many openned files" occured in child processes multiprocessing seems to use old process when new python process is created to avoid increasing of process number. Therefore files openned in childred are not closed automatically
author boris (kodomo) <bnagaev@gmail.com>
date Sun, 03 Apr 2011 17:05:32 +0400
parents 951b7e159698
children b87eb91bd929
line source
1 To use the library in-place, without installing, you have to add it's
2 directory to PYTHONPATH.
4 e.g, type this in your shell:
6 export PYTHONPATH=`pwd`
8 alternatively, you can type:
10 . ./SETPATH
12 which adds the right path to PYTHONPATH and also adds 'utils' directory
13 to PATH