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 running errors #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix running errors #1

wants to merge 2 commits into from

Conversation

elig0n
Copy link

@elig0n elig0n commented Jul 31, 2021

1)

File ".../call_map/call_map/project_settings_module.py", line 4, in <module>
    from typing import List, GenericMeta, Any, Tuple, Optional, Dict, Iterable
ImportError: cannot import name 'GenericMeta' from 'typing' (/usr/lib/python3.9/typing.py)

hsolbrig/PyShEx#17 (comment)

2)

  File ".../call_map/call_map/gui.py", line 411, in CallList
    @QtCore.Slot(int, object)
AttributeError: module 'PyQt5.QtCore' has no attribute 'Slot'

https://stackoverflow.com/questions/50459672/attributeerror-module-pyqt5-qtcore-has-no-attribute-slot
https://www.riverbankcomputing.com/static/Docs/PyQt5/signals_slots.html#the-pyqtslot-decorator

@lgtm-com
Copy link

lgtm-com bot commented Jul 31, 2021

This pull request fixes 1 alert when merging ea445bd into 8f9b412 - view on LGTM.com

fixed alerts:

  • 1 for Unused import

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.

1 participant