We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did a (trivial) port of qweechat to qtpy so it supports PyQy5 and PyQt6 at https://git.plastiras.org/emdee/qweechat
You're welcome to any code or changes and I recommend you use qtpy. Just set the environment variable QT_API to change sets.
The text was updated successfully, but these errors were encountered:
you should move away from using setup.py to install: it installs an .egg which is deprecated and may cause problems.
I've added pyproject.toml and setup.cfg files for a pip install which you can use and edit if you like.
Sorry, something went wrong.
I've added a __main__.py so qweechat is now a standalone console to weechat by calling python3 -m qweechat
__main__.py
python3 -m qweechat
The /fset buffer still is not functional so you still need to have a weechat console running but it's a nice GUI.
No branches or pull requests
I did a (trivial) port of qweechat to qtpy so it supports PyQy5 and PyQt6 at https://git.plastiras.org/emdee/qweechat
You're welcome to any code or changes and I recommend you use qtpy. Just set the environment variable QT_API to change sets.
The text was updated successfully, but these errors were encountered: