-
Notifications
You must be signed in to change notification settings - Fork 141
GUI 2.10.3 #710
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
GUI 2.10.3 #710
Conversation
Some findings when running
Missing file:
Missing file:
Deprecation warning:
@vassilit can you rebase this branch? I ran into (minor) issues which are already solved on master. |
What Python version are you using ?
Yes, but the migration is difficult because of Glib. enscons seems nice, but I don't know the level of support from the main distributions |
I have been testing with |
Does it work after scons install ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It now runs for me on:
- Ubuntu 24.04
- Pi OS 12
I also tried the install with only Python 2 pre-installed. The Py3 package is installed and Gui loads.
I did see several odd things (UI and behavioral) with GUI, so I think a closer look is warranted for v2.11.
I am not sure I miss something but scons --clean
doesn't remove the GUI install. Only rmlint
.
|
examples: scons PYTHON=python3.9 scons PYTHON=/usr/bin/python3
@vassilit I forgot: we should add a comment about |
Not so much |
try with |
Also, it used to work before ? |
Could you try again ? |
Also add a PEP 518 pyproject.toml
It installs now on macOS. I can just use I do need to manually install
|
Yes, this should not be done by scons. It seems to be a packaging role. |
I assume you meant this would delete it? I already tried that one.
(BTW: shouldn't the The
As you can see, none of the |
After uninstall files are removed but no directories are removed, that's true |
|
After
|
See #468 for Mac installation |
Ah, thanks. Hadn't seen that one yet. |
No description provided.