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

No Export #7

Closed
SchnellerReifen opened this issue Aug 25, 2023 · 5 comments
Closed

No Export #7

SchnellerReifen opened this issue Aug 25, 2023 · 5 comments

Comments

@SchnellerReifen
Copy link

SchnellerReifen commented Aug 25, 2023

Hello here and thank you for the tool.

Im using it for windows 10 but there is no export possible

grafik

everything i can klick there doesnt work with export
is it a bug?

@840922704
Copy link
Owner

Thanks for your reporting.
It's a bug, but it will not be fixed in the future. Plz set the export path and click the check box at the bottom of the windows instead.
There are two reasons not fixing this export way yet: 1) No gear information about the multimeter. 2) Limited buffer space in memory. Data will lost when buffer restriction reached or out of memory.
All in all, plz use the check box instead. That will export data directly to your disk.

@840922704
Copy link
Owner

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.
Just install all packaged in a virtual env and run "python main.py" and it will work normally.
Still recommend using the check box method instead.

@840922704
Copy link
Owner

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.

@840922704
Copy link
Owner

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.

@840922704
Copy link
Owner

I add back the export item in V3.2.1. Using pyinstaller not nuitka beacuse of seriously memory leak problem.

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

2 participants