New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #18263 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

/Applications/Python 3.0/IDLE.app do not work, should have correct PATH

Reported by: surveyor.land@… Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.7.0
Keywords: Cc: mcalhoun@…
Port: python30

Description

IDLE do not work for python30 and py30-tkinter.

The first line of the file; /Applications/Python 3.0/IDLE.app/Contents/MacOS/IDLE

#/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python

should be

#!/opt/local/Library/Frameworks/Python.framework/Versions/3.0/Resources/Python.app/Contents/MacOS/Python

I edited the file manually, then, IDLE.app worked.

Change History

comment:1 Changed 4 years ago by mcalhoun@…

  • Cc mcalhoun@… added

Cc Me!

comment:2 Changed 4 years ago by macsforever2000@…

  • Owner changed from macports-tickets@… to mww@…
  • Priority changed from Low to Normal
  • Port set to python30

comment:3 Changed 4 years ago by mcalhoun@…

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in r46197.

comment:4 Changed 4 years ago by anonymous

  • Milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.