Closed SvenMarcus closed 1 year ago
Hmm, that file should get generated by make install
and is excluded from git by purpose. Did you try to install via make install
?
Oh yeah sorry, that was a mistake on my end. I simply installed it with pip install git+https://github.com/hnesk/browse-ocrd
It works fine with make install
.
Oh, I didn't know that was possible with pip. I just added the generated ui.gresource file to the repository. 27kb is a fair price to pay for that feature.
I installed the latest version of
browse-ocrd
from the master branch of the git repository. When launching, I get the following error message:It seems that
ui.gresource
is missing. I also cannot find it in the repository, maybe it wasn't pushed with the last update?