| changeset 744 | 960e4d8d8acd |
| parent 671 | fc56b4c9e4f3 |
| 741:45d814511958 | 744:960e4d8d8acd |
|---|---|
1 import platform |
1 import platform |
2 |
2 |
3 from lib_create_env import lib_generate_install_methods, install_pylucene, install_psycopg2 |
3 from lib_create_env import lib_generate_install_methods |
4 |
4 |
5 system_str = platform.system() |
5 system_str = platform.system() |
6 |
6 |
7 |
7 |
8 INSTALLS = [#(key,method, option_str, dict_extra_env) |
8 INSTALLS = [#(key,method, option_str, dict_extra_env) |