-
Try to not expose PyQt, nor matplotlib on the `setup.py`.
It is useful for people using pyFAI as library.
It could be done like that (but it is not very convenient)
```
pip install pyFAI # Fo…
-
### Tasks/Steps/Elements
Seee: https://github.com/jupyter/jupyter_client/blob/master/jupyter_client/multikernelmanager.py
### Versions checklist
* Spyder version: >= 5
* Python version: …
-
### What is the problem or limitation you are having?
Any thoughts about adding those alternatives? Because briefcase is a packaging utility... I think it should be able to package any python package…
-
There are issues with the current pyqt5 on M1/M2 Apple
Work arounds are to `brew install pyqt@5` or use rosetta to emulate intel
Test leap to pyqt6
jdha updated
6 months ago
-
# Wish-list
- [ ] Break this list up into several different issues
- [ ] Add documentation.
- [ ] Reach out to people that fork/starred pandasqt
- [ ] Add this as a solution to stackoverflow probl…
-
The following is a valid code excerpt from a project:
```fortran
#ifndef USE_PYQT
select case(message%value1)
#else
select case(message)
#endif
```
However, it seems fortls i…
-
Hi @altendky ,
It appears this project remains very popular and useful to users thanks to your work, but it appears to not been maintained in some time. Due to its dependencies being hard-pinned do…
-
Hi, this isn't an issue with DataSciCalc, but I thought you might be interested in my [GF4 project](https://github.com/tbpassin/gf4-project). It's kind of related but kind of complementary to yours. …
-
Hi @fieldOfView!
I noticed that the issue here is because of the layout mismatch of MaterialsView page. Also, some scroll behavior issues were noticed by us in the recent pyqt version (also could b…
-
Testing coverage is currently quite low due to having 0 tests for any of the GUI files or the application file.
[click here](http://johnnado.com/pyqt-qtest-example/) for a proposed way of testing pyqt…