Opened 13 months ago
Closed 11 months ago
#68462 closed defect (fixed)
python312 @3.12.0_0: IDLE.app permissions not properly installed in Python 3.12 running on macOS 10.15 (Catalina)
Reported by: | JD-Veiga | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.8.1 |
Keywords: | Cc: | jmroot (Joshua Root) | |
Port: | python312 |
Description
I have installed Python 3.12 via macports a few days ago. Today I have noticed that IDLE.app cannot be run because it is installed with improper permissions.
I have found two issues:
- IDLE.app folder is not accessible since Administrators group does not have read-only access.
- Once administrators' read-only access is allowed, the program "IDLE.app/Contents/MacOS/IDLE" (in my system located at "/Applications/MacPorts/Python\ 3.12/IDLE.app/Contents/MacOS/IDLE") is not executable neither by administrators nor by any other user — execution permission can be enabled via
chmod +x
and IDLE can finally be run.
Thank you.
Change History (1)
comment:1 Changed 11 months ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
[73ba3be619a5ab2b10a6929122652e499e94b65b/macports-ports]