This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Fixes for setup.py in Mac/OSX/Docs
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: brianl, jackjansen
Priority: normal Keywords: patch

Created on 2003-04-28 05:52 by brianl, last changed 2022-04-10 16:08 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
setup.py.diff brianl, 2003-04-28 05:52 cvs diff -cw of setup.py
Messages (2)
msg43511 - (view) Author: Brian Lenihan (brianl) Date: 2003-04-28 05:52
This patch allows the docs to be installed in a one-step process, e.g. 
python setup.py install, rather than the two or three steps required 
previously.

I tried to use Python's built-in OSA support, but I could not get 
reliable results, so I used osascript instead.

I'm not sure if my attempt to use OSA failed because I had no idea of 
what I was doing, or if there are some problems with the OSA 
support.  I left the OSA support in, but commented out.

msg43512 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-05-27 22:49
Logged In: YES 
user_id=45365

Thank you very much for finding this!

I did manage to get this to work with a scripting module, so I used that in 
stead. I still don't understand _why_ it works the way it does, though:-(
History
Date User Action Args
2022-04-10 16:08:24adminsetgithub: 38387
2003-04-28 05:52:06brianlcreate