picca

Results 187 comments of picca

Yes you can in Debian unstable[1] you can do this ``` apt install pyton3-pycbf ``` I agreed that the purpose of pycbf is to read images, so not to return...

with a small script I found this ``` dirs=`find ../modules -name "*.py" | xargs dirname | uniq` for d in $dirs; do i=$d/__init__.py if [ ! -f $i ]; then...

Hello, In fact I juste compare my experience with cctbx and the wrll known numpy and scipy. they provide the test modules inside there namesapce this way it is really...

No problem, I just need to know how to run these test even if they are not included in the cctbx namespace. I will investigate in order to run the...

> @picca Nice! One of the goals with the work I've been doing to switch to conda for dependencies and to build a conda package of cctbx is to generalize...

Hello, sorry for this long silence. I was updating the Debian cbflib package and add the pycbf module. Thansk a lot for all these info, in order to select a...

Ok so let's start with something simple. We can can set the search path for libtbx_env I would put it under /var/lib/libtbx/ If you install another module which use libtbx...

Hello, I try to understand the content of libtbx_env So I juste unpickle it's content and print its __dict__ ``` /tmp$ python3 test.py {'python_version_major_minor': (3, 8), 'build_path': absolute_path("/home/picca/Debian/dials/dials/.pybuild/cpython3_3.8_dials/build/build"), '_dispatcher_precall_commands': None,...

Hello, I try to understand the command line part I took the dials command as an example I have all these command once installed ``` picca@2a02-8420-6c55-6500-d012-4688-0bee-a0c6:~/Debian/dials/dials$ dials. dials.align_crystal dials.export_best dials.model_background...

Thanks and what is the function incharge of the production of the wrappers ? I would like to patch in order to simplify their content.