#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 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
comment:2 Changed 16 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to mww@… |
---|---|
Port: | python30 added |
Priority: | Low → Normal |
comment:3 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in r46197.
Note: See
TracTickets for help on using
tickets.
Cc Me!