Re: TKinter in Python - advanced notions

2023-06-22 Thread Diego Souza via Python-list
Have you considered improving the architecture itself, not your GUI library skills? I recommend you look at the Model View ViewModel (MVVM) concept and implement something similar (this is largely used in the Android framework nowadays). This would separate your program logic from the rendering an

Re: Email list and part of website code

2023-06-22 Thread Fulian Wang via Python-list
A little confused about that I got the email list different. Sometimes has names and email address displayed on it, sometimes not . If I don’t follow the new list, just type python-l...@pythone.org It's another different one with different name on it. that confuse me to know which one is new one

Re: pip install -e does not build shared libraries

2023-06-22 Thread Cebtenzzre via Python-list
It turns out that this is a scikit-build issue: https://github.com/scikit-build/scikit-build/issues/740 https://github.com/scikit-build/scikit-build/issues/939 https://github.com/scikit-build/scikit-build/issues/981 -- https://mail.python.org/mailman/listinfo/python-list