-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
document package build process for Windows and OSX #15
Comments
The lines are in main.py. |
Here's a journal of my experience with Then, in the
When that ran, I then tried repeated cycles of
So I created a spec file, from https://pyinstaller.org/en/stable/spec-files.html
Note that the Qt error is explicitly mentioned in pyinstaller hooks a=Analysis( .....)
excludes=[ 'PyQt5'], and then
When I
the UI came up and was able to OCR one page at a time. So, question: Let's download the some builds and check |
So Conda is technically not needed. Everything can be set up using pip in a venv. I did most builds with the latest Python 3.11 on Windows and MacOS (15.2). On which MacOS version are you? |
Yes, of course it's not needed. I'm describing, not prescribing. |
Oh yes, 3.12 on OS 14.3 (Sonoma) |
Sadly, you can't use a spec file to build a windowed app, but perhaps you can train the spec file to build a windowed app with the |
The README should contain a
Build
section with some instructions to build the Windows and OSX packagesThe text was updated successfully, but these errors were encountered: