The Wayback Machine - http://web.archive.org/web/20210825124506/https://github.com/topics/pyinstaller
Skip to content
#

pyinstaller

Here are 256 public repositories matching this topic...

llamafilm
llamafilm commented Sep 9, 2020

Description of the issue

I'm building in a clean virtualenv with pyinstaller test.py --windowed
I can't launch the .app bundle by double-clicking nor with open ./test.app in Terminal.
It works fine if I run ./test.app/Contents/MacOS/test

Context information (for bug reports)

  • Output of pyinstaller --version: 4.0
  • Version of Python: 3.7.7
  • Platform: macOS 10.14.6
sanzoghenzo
sanzoghenzo commented Aug 24, 2021

Which library is the hook for?

qtmodern

Have you gotten the library to work with pyinstaller?

Yes, but it needs some data files and has a dependency on any qt wrapper, so it's not listed as dependency.
I need help in writing the right test for this.

Additional context

I got the library working on my project using the following hook:

from PyInstaller.utils.ho

Improve this page

Add a description, image, and links to the pyinstaller topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pyinstaller topic, visit your repo's landing page and select "manage topics."

Learn more