equal
deleted
inserted
replaced
32 # - PIL -> pip |
32 # - PIL -> pip |
33 # - pyxml -> pip |
33 # - pyxml -> pip |
34 # - 4Suite-xml - easy_install ftp://ftp.4suite.org/pub/4Suite/4Suite-XML-1.0.2.tar.bz2 |
34 # - 4Suite-xml - easy_install ftp://ftp.4suite.org/pub/4Suite/4Suite-XML-1.0.2.tar.bz2 |
35 # - pylucene - script |
35 # - pylucene - script |
36 |
36 |
37 src_base = os.path.join(here,"res","src").replace("\\","/") |
37 src_base = os.path.abspath(os.path.join(here,"..","res","src")).replace("\\","/") |
38 lib_path = os.path.abspath(os.path.join(here,"res","lib")).replace("\\","/") |
38 lib_path = os.path.abspath(os.path.join(here,"..","res","lib")).replace("\\","/") |
39 patch_path = os.path.abspath(os.path.join(here,"res","patch")).replace("\\","/") |
39 patch_path = os.path.abspath(os.path.join(here,"res","patch")).replace("\\","/") |
40 |
40 |
41 |
41 |
42 EXTRA_TEXT = "import sys\n" |
42 EXTRA_TEXT = "import sys\n" |
43 EXTRA_TEXT += "sys.path.append('%s')\n" % (lib_path) |
43 EXTRA_TEXT += "sys.path.append('%s')\n" % (lib_path) |