cryoFIT / cryo_fit2

cryo_fit2 source codes, test files, live at .../phenix-xxxx/modules
3 stars 2 forks source link

Cannot import name change_default_phil_values #2

Closed changephilip closed 5 years ago

changephilip commented 5 years ago

Hello! When running phenix.cryo_fit2 (sh run_me_it_will_take_about_100_seconds.sh), the program reported error like below:

from libtbx.phil import change_default_phil_values ImportError: cannot import name change_default_phil_values

I search "change_default_phil_values" under xxx/phenix-xxx/ folder , and find nothing useful. I also checked libtbx.phil with help() in python, "change_default_phil_values" was also not found.

kimdn commented 5 years ago

Hi @changephilip

I believe that change_default_phil_values was recently added by Billy. When I tried it in my old phenix, I couldn't use it as well.

But recent phenix version (like phenix-dev-3304) had no problem. I will close the issue, but let me know if you still has a problem even with a recent phenix.

Thank you

changephilip commented 5 years ago

Thank you @kimdn I download the phenix-dev and cryofit2 works well now.