Ryan Clary
Ryan Clary
@Dsibe, I am also in the process of signing an application built with `py2app`: https://github.com/spyder-ide/spyder/pull/16490. While I have not tested it with a full developer certificate yet, I have tested...
I see the same issue, but I can narrow it down to commit c9fcb5e41da33a5ce8a60c71b438506d33ce9451. The previous commit does not produce the error, and commit d206e57f14b3a31cbd43dcdcaa745b92d5286b29 does not resolve the issue...
FWIW, on my installation, `PyQt5 = 5.12.3` `os.path.dirname(PyQt5.__file__) = '/Users/rclary/.pyenv/versions/3.9.5/envs/spy-build-py2app/lib/python3.9/site-packages/PyQt5'` `QLibraryInfo.location(QLibraryInfo.LibrariesPath) = '/Users/rclary/.pyenv/versions/3.9.5/envs/spy-build-py2app/lib/python3.9/site-packages/PyQt5/Qt/lib'`. Under what condition do you expect `os.path.dirname(PyQt5.__file__)` and `QLibraryInfo.location(QLibraryInfo.LibrariesPath)` to be the same? Or different?
Would it work to use ```python if os.path.dirname(PyQt5.__file__) not in qtdir: ``` instead of ```python if qtdir != os.path.dirname(PyQt5.__file__): ``` ?
It seems to me that if PyQt is added to the 'packages' directive, everything in the package should be included in the build because it will be outside the zip...
@ronaldoussoren, has there been any progress on this?
I've been building from a virtualenv populated by pip, but originating from anaconda. Here is my sequence... ``` (conda) >> python -m venv --clear --copies env (conda) >> source env/bin/activate...
Okay, so it seems that I've been able to get it to work by creating a virtual environment as before, except originating from homebrew. ``` (conda) >> conda deactivate >>...
as an additional note, if using pyenv to create a virtual environment, it is required to set the environment variable `PYTHON_CONFIGURE_OPTS="--enable-framework"`. ``` >> PYTHON_CONFIGURE_OPTS="--enable-framework" >> pyenv install 3.8.2 >> pyenv...
> @mrclary, you just became my new favorite plasma physicist Thankyou, what did I do to deserve such honor? Am I the _only_ plasma physicist on your list? In that...