Replies: 2 comments 6 replies
-
|
Hello @Lexstok If you have a The frontend knows nothing about the Python Decimal object, so we didn't design the serializer to handle it 🤷 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
@Lexstok I think #5759 accidentally fixes your issue by making Perhaps we may want to investigate something similar without the msgpack |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
I don't know exactly where in my code something goes wrong, as the error only references the NiceGUI code lines and not my code....
Description
I have written an internal application that runs fine while running from the written code.
It does an SQL query to retrieve some information, processes it and sets it up to display in mermaid.
However, an error appears when I compiled it via pyinstaller to an .exe to deploy to some colleagues.
The app compiles correctly, and starts up and functions as foreseen: I can enter data, the sql query happens, the result is retrieved, and the analysis happens.
However, before it gets to displaying the result, the compiled app gives the following error:
I suspect it's the IMPORTERROR but I have no clue on wether this is a pyinstaller problem (ie me creating the problem) OR something inside the nicegui code that needs to be fixed, so I post it here before creating a possible bug report.
Anybody have any ideas on what the possible problem is ?
NiceGUI Version
3.7.1
Python Version
3.12.9
Browser
Other
Operating System
Windows
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions