Issue 697179: gensuitemodule overhaul - Python tracker (original) (raw)

Issue697179

Created on 2003-03-04 10:42 by jackjansen, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Messages (2)
msg14928 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-03-04 10:42
Gensuitemodule needs an overhaul, if possible before 2.3. Things that need to be done: - Use more MacOSX-compatible ways to get at the AETE. Donovan Preston posted a note on how to use the ascr/gdte call. There's also some interesting-looking calls in the OpenScripting framework. - Distinguish between running while building a distribution (things go into Lib/plat-mac/lib-scriptpackages) and running as a user (things should go into site-packages). - Allow for non-interactive use. Main problem is that some suites need a name-mapping, and there's undefined enums to be catered for.
msg14929 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-04-09 13:47
Logged In: YES user_id=45365 All done. Only documentation is still needed, but this is a separate bug report already.
History
Date User Action Args
2022-04-10 16:07:19 admin set github: 38092
2003-03-04 10:42:51 jackjansen create