Show HN: Mesop – Open-source Python UI framework
11–20 of 56 posts
Re: Show HN: Mesop – Open-source Python UI framework
#12If only we had something like this for native desktop applications.
I haven't used it personally (this is separate from mesop), but it looks like a way to program desktop guis (among other platforms ( in Python
Re: Show HN: Mesop – Open-source Python UI framework
#13Earlier quoted context omitted.
So If I make a request from the python code, is the request executed in the browser ? or on the server ? Is the UI layer executing in the browser and use proxy rpc from the server ?
All the python code, including requests are executed on the server Take a look at https://google.github.io/mesop/internal/architecture/ for an explainer on how the client-server interaction works and let me know if you have any questions!
Re: Show HN: Mesop – Open-source Python UI framework
#14Earlier quoted context omitted.
The error is: partially initialized module 'pandas' has no attribute '_pandas_datetime_CAPI' (most likely due to a circular import) This happens only on the second interaction.
OK thanks. I've filed an issue here: https://github.com/google/mesop/issues/345 if you could share with us a repro (the Mesop code you're running) on the issue, that would be helpful in debugging this. If you take a look at the "table" example on the demo gallery: https://google.github.io/mesop/demo/ it shows how to use Pandas w/ Mesop, so I'm not sure what's going on.
Re: Show HN: Mesop – Open-source Python UI framework
#15Re: Show HN: Mesop – Open-source Python UI framework
#16How does it compare with https://flet.dev/ ?
Does it compete in the niche of making simple things easy and hard things possible?
Re: Show HN: Mesop – Open-source Python UI framework
#17How does it compare to https://nicegui.io/ ? How does it compare with https://flet.dev/ ? Does it compete in the niche of making simple things easy and hard things possible?
Re: Show HN: Mesop – Open-source Python UI framework
#18Re: Show HN: Mesop – Open-source Python UI framework
#19Re: Show HN: Mesop – Open-source Python UI framework
#20At the moment I use Flask/htmx/tailwind for my apps, but I like how succinct this framework is, but how themable is it?