[PyInstaller] Re: OSError: Unable to open file (unable to open file: name = 'weight_res1.h5', errno = 2, error message = 'No such file or directory', flags = 0, o_flags = 0)

2022-01-31 Thread bwoodsend
And presumably your Python code references this file using something like filename = "weight_res1.h5" which assumes that weight_res1.h5 is in your current working directory instead of import os filename = os.path.join(os.path.dirname(__file__), "weight_res1.h5") which assumes that weight_res

[PyInstaller] Re: Request: Inclusion of "Robotframework" package in the Supported Packages

2022-01-31 Thread bwoodsend
You’d be better off making a hook request here to get new packages supported. ​ On Friday, January 28, 2022 at 6:23:37 PM UTC Bruno Calado wrote: > Hi, it would be nice if you could include Robotframework ( > https:/