Merge branch 'v0.6' into qt5-wip #2237
No reviewers
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-03#2237
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "kashikoibumi/qt5-wip"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have merged the branch 'v0.6' into 'qt5-wip' in 'Porting bitmessageqt to Qt5 #1389' by @g1itch .
It seems work well in Python2.7 + Qt.py + PyQt5.
But, it seems not work with PyQt4.
I will continue investigating this issue.
In order to run with both PyQt4 and PyQt5, Qt.py (qtpy) should be used directly without using the fallback 'PyQt5', although Qt.py becomes a must-dependency.
It seems OK, so I'm going on.
Now PyBitmessage runs with either of PyQt5 or PyQt4 by using Qt.py.
But, does not pass the tests.py ..
I have no idea for this currently.
I also tried to run with PySide2, but failed with some errors.
It may be sufficient to be runnable with PyQt5 and PyQt4, so I don't seek a path with PySide2 now.