ancient-stone-50795
03/29/2016, 6:04 PMwitty-crayon-22786
03/29/2016, 6:04 PMcurved-manchester-66006
03/29/2016, 6:05 PMos.path.dirname(__file__)
that will behave consistently between run.py and running a pex? With run: /home/csb/gvs/ops/2ops/.pants.d/python-setup/chroots/54755f3eeed3326c8c51aafcd165a3e1d0df2512/certifi/cacert.pem
with pex /home/csb/gvs/ops/2ops/tools/cobbling-time/bin/cobbling-time.shoe-sizer.pex/certifi/cacert.pem
(The obvious right answer is to use pkgutil.get_data
but I'm working with a 3rd party library that really really wants a file on disk)bored-art-40741
03/29/2016, 6:06 PMzip_safe=False
?curved-manchester-66006
03/29/2016, 6:08 PMpython_library
but the pex itself has several dependencies that are not zip_safe, which I think makes the pex itself not zip safe?bored-art-40741
03/29/2016, 6:09 PMrough-minister-58256
03/29/2016, 6:10 PMcurved-manchester-66006
03/29/2016, 6:10 PMcurved-manchester-66006
03/29/2016, 6:11 PMzip_safe=False
, so anyone making a python_binary who had a transitive dep on this library would need to know to set zip_safe, which does not feel greatrough-minister-58256
03/29/2016, 6:15 PMpython_library
can set zip_safe=False
curved-manchester-66006
03/29/2016, 6:16 PMPythonLibrary received unknown arguments:
zip_safe = False
curved-manchester-66006
03/29/2016, 6:17 PMrough-minister-58256
03/29/2016, 6:17 PMbored-art-40741
03/29/2016, 6:18 PMbored-art-40741
03/29/2016, 6:18 PMcurved-manchester-66006
03/29/2016, 6:22 PMwitty-crayon-22786
03/29/2016, 6:54 PMJvmDependencyCheck
still?limited-country-20626
03/29/2016, 6:56 PMwitty-crayon-22786
03/29/2016, 6:56 PMlimited-country-20626
03/29/2016, 6:57 PMlimited-country-20626
03/29/2016, 6:58 PMwitty-crayon-22786
03/29/2016, 6:58 PMwitty-crayon-22786
03/29/2016, 6:58 PMlimited-country-20626
03/29/2016, 6:58 PMlimited-country-20626
03/29/2016, 6:59 PMfancy-queen-20734
03/29/2016, 7:44 PMancient-stone-50795
03/29/2016, 7:45 PMfancy-queen-20734
03/29/2016, 7:45 PMjolly-chef-92794
03/29/2016, 7:46 PMlist
option types now return None
by default if their default
isn’t explicitly set to []
?limited-country-20626
03/29/2016, 8:08 PM