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

lnetd_qt fails with python 3.10 or above #21

Open
cpmarvin opened this issue Nov 7, 2022 · 1 comment
Open

lnetd_qt fails with python 3.10 or above #21

cpmarvin opened this issue Nov 7, 2022 · 1 comment

Comments

@cpmarvin
Copy link
Owner

cpmarvin commented Nov 7, 2022

error when trying to create a link btw two nodes and/or import topology

TypeError: arguments did not match any overloaded call:

QFont(): too many arguments

QFont(str, pointSize: int = -1, weight: int = -1, italic: bool = False): argument 2 has unexpected type 'float'

@cpmarvin
Copy link
Owner Author

cpmarvin commented Nov 7, 2022

this is due to 3.10 not doing automatically conversion float to int for QT functions. For now python3.9 should be used.

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

No branches or pull requests

1 participant