-
Notifications
You must be signed in to change notification settings - Fork 3
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
No Export #7
Comments
Thanks for your reporting. |
I did further research. It's caused by nuitka's incomplete support for pyqt5. There maybe some errors occur when nuitka transforming python code to c code. |
I just upgraded the backend from pyqt5 to pyside6. It seems that the export still broken after packed by nuitka. Anyway finally added multi-devices support and fixed some variable issues. I will update later. |
V3.2 released. Please try the new one. Nuitka will occur crash with pyqtgraph (see issue #1532 in nuitka, Github). So the export function in pyqtgraph had been deleted. |
I add back the export item in V3.2.1. Using pyinstaller not nuitka beacuse of seriously memory leak problem. |
Hello here and thank you for the tool.
Im using it for windows 10 but there is no export possible
everything i can klick there doesnt work with export
is it a bug?
The text was updated successfully, but these errors were encountered: