summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/RunLibScript.py
Commit message (Collapse)AuthorAgeFilesLines
* These have long outlived there usefulness, in my opinion. Moved to Unsupported.Jack Jansen2001-08-271-111/+0
|
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-2/+2
|
* Replaced OpenResFile calls with FSpOpenResFile calls (which are ↵Jack Jansen2000-06-201-1/+1
| | | | carbon-compatible).
* - imp seems to always want a file object argJack Jansen1995-08-311-3/+6
| | | | - continue if resource file not found (may be an applet)
* Added prompts to various file-select dialogsJack Jansen1995-08-141-1/+1
| | | | Renumbered resources to above 512
* A new home for scripts/appletsJack Jansen1995-07-291-0/+108
EditPythonPrefs - Edit the preferences file (sys.path, python home) PackLibDir - Convert a sys.path directory to a resource file RunLibScript - import a module and run as __main__ mkapplet - Create a python applet The resource files belonging to these should also be stored here, somehow..