Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#18263 closed defect (fixed)

/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: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
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 (4)

comment:1 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Cc: mcalhoun@… added

Cc Me!

comment:2 Changed 15 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to mww@…
Port: python30 added
Priority: LowNormal

comment:3 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)

Resolution: fixed
Status: newclosed

Fixed in r46197.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.