ExaFEL / gui_demo

0 stars 0 forks source link

gui_demo path #2

Closed chuckie82 closed 4 years ago

chuckie82 commented 4 years ago

@bkpoon Current code assumes gui_demo is placed here: os.path.join(libtbx.env.build_path.sh_value(), '../modules/gui_demo') gui_demo folder should be allowed to be placed anywhere. Any thoughts?

bkpoon commented 4 years ago

The gui_demo folder can be placed anywhere. I just put in modules so that it's easier to find the Coot.py.

chuckie82 commented 4 years ago

it's searching for Coot.py under libtbx.env.build_path.sh_value(). Shall we set an environment variable for gui_demo folder path instead?

bkpoon commented 4 years ago

Sure, that works. The only important part is being able to locate Coot.py.