Opened 7 months ago

Closed 5 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:

  1. IDLE.app folder is not accessible since Administrators group does not have read-only access.
  1. 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 5 months ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.