Skip to content
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

Fix Group Activation from ContextMenu #901

Merged
merged 3 commits into from
Sep 1, 2023

Conversation

tov101
Copy link
Contributor

@tov101 tov101 commented Sep 1, 2023

Package QtPy (dependency of pyqtlet) was freezed to 2.3.1.
It seems that with newer one (2.4.0), pyinstaller cannot build binary:

Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.10.12/x64/bin/pyinstaller", line 8, in <module>
    sys.exit(run())
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/PyInstaller/__main__.py", line [124](https://github.com/danielhrisca/asammdf/actions/runs/6047454325/job/16410940716?pr=901#step:5:125), in run
    run_build(pyi_config, spec_file, **vars(args))
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/PyInstaller/__main__.py", line 58, in run_build
    PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/PyInstaller/building/build_main.py", line 803, in main
    build(specfile, distpath, workpath, clean_build)
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/PyInstaller/building/build_main.py", line 725, in build
    exec(code, spec_namespace)
  File "asammdf.spec", line 20, in <module>
    import pyqtlet2
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/pyqtlet2/__init__.py", line 8, in <module>
    from .mapwidget import MapWidget
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/pyqtlet2/mapwidget.py", line 5, in <module>
    from qtpy.QtWebEngineWidgets import QWebEngineView, QWebEnginePage
  File "/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/qtpy/QtWebEngineWidgets.py", line 64, in <module>
    from PySide6.QtWebEngineCore import (
ImportError: cannot import name 'QWebEngineScrip' from 'PySide6.QtWebEngineCore' (/opt/hostedtoolcache/Python/3.10.12/x64/lib/python3.10/site-packages/PySide6/QtWebEngineCore.abi3.so)

@danielhrisca danielhrisca merged commit d7dc24b into danielhrisca:development Sep 1, 2023
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants