WalkerD243

Results 5 comments of WalkerD243

Thank you very much for your time. I changed directiy.py as to your solution to: 324 matching_plugins = [ 325 f 326 for f in plugin_dir.iterdir() 327 if f.name.split(".")[0] in...

Thanks for the suggestion ! I changed the volumes as above and got the error: ``` hyperglass-1 | /usr/local/bin/python3: Error while finding module specification for 'hyperglass.console' (ModuleNotFoundError: No module named...

Thanks for your help ! Definitely the cleaner approach but the Path(p) throws errors on my instance. I kept `plugins = [Path(p) for p in plugins] matching_plugins = ( f...

Sure would be glad, after all your help.

@Flugelo yeah you're right ! I tested that with a fresh install and did as you said in Step 4. Is Step 5. missing ? However a major problem is...