summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/ConfigurePython.py
Commit message (Collapse)AuthorAgeFilesLines
* Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.Jack Jansen2003-01-081-28/+1
|
* Not being able to copy PythonCore to the system-folder is not a fatal error, ↵Jack Jansen2001-12-071-4/+8
| | | | | | on OSX the user may not have permission to do so. Also give a more informative message in this case. Fixes bug 475253.
* Import the MacOS toolbox modules from the Carbon package.Jack Jansen2001-08-251-4/+4
|
* On OSX always copy PythonCore. It turns out an orphaned alias in ↵Jack Jansen2001-03-291-5/+18
| | | | /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
* Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.Jack Jansen2001-03-151-4/+11
| | | | Don't do sys.prefix==os.getcwd() check unless we're an applet.
* Finished implementation of removing incorrect preferences file.Jack Jansen2001-03-091-1/+3
|
* Detect that the preference file may be incorrect, and offer to remove it. ↵Jack Jansen2001-03-081-1/+16
| | | | This isn't finished yet.
* macostools.copy() now has an optional forcetype flag, which sets the ↵Jack Jansen2001-03-061-1/+1
| | | | filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
* Oops, need to import Res.Jack Jansen2001-02-281-1/+4
|
* If we can't find our splash dialog (i.e. we're probably running from source) ↵Jack Jansen2001-02-281-4/+25
| | | | go into interactive mode: print what we're doing and ask about carbon/classic configure.
* Various tweaks to make it work on MacOSX.Jack Jansen2001-02-271-2/+9
|
* - Removed debugJack Jansen2001-02-171-1/+0
| | | | - Make sure splash screens are visible
* ConfigurePython now comes in two flavors: ConfigurePythonClassic and ↵Jack Jansen2001-02-171-91/+66
| | | | ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
* Also create alias to PythonCoreCarbon.Jack Jansen2001-02-141-72/+3
| | | | Got rid of lots of 68k stuff.
* If we're installing to another partition than the system partition offer to ↵Jack Jansen2000-10-131-1/+16
| | | | copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
* Don't create symlinks to toolbox modules any more.Jack Jansen1999-02-071-38/+38
|
* img modules are no longer in PlugIns folder.Jack Jansen1999-02-061-21/+0
|
* Removed NumPy install code: it's obsolete -- jvrJust van Rossum1999-01-301-6/+0
|
* Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging ↵Just van Rossum1999-01-301-5/+5
| | | | to allow the script to also work from the Scripts folder. Somehow either of these fixes solved a problem where it suddenly refused to make a PythonCore alias in the Extensions folder. -- jvr
* Updated for new build and plugin pathsJack Jansen1999-01-281-2/+2
|
* Added Icn module to toolboxmodulesJack Jansen1999-01-251-0/+2
|
* Added Sndihooks moduleJack Jansen1998-04-151-0/+2
|
* Fixup sys.path to be able to find macostoolsJack Jansen1997-10-101-0/+1
|
* Added Help moduleJack Jansen1997-09-091-0/+2
|
* Run NumPy installer, if present.Jack Jansen1997-09-081-0/+27
| | | | Added a couple of splash screens to show what we're doing
* Put all prints inside "if verbose:"Jack Jansen1997-08-271-20/+23
|
* MkPluginAliases now knows about fat PythonCore (and all resource filesJack Jansen1997-08-191-0/+1
| | | | got binhexed again)
* Also put aliases to PythonCore{PPC,CFM68K} in the extensions folderJack Jansen1996-10-221-1/+35
|
* Create img modules for cfm68k too.Jack Jansen1996-10-081-0/+11
|
* Merged Guido's mkaliases and Jack's MkPluginAliasesJack Jansen1996-08-281-70/+82
|
* Adapted for cfm68k, new names and split off of qt.Jack Jansen1996-08-201-59/+68
|
* Removed references to mactcp, macdnr and stdwin modulesJack Jansen1996-08-021-2/+0
| | | | Rebinhexed resource files
* Added missing setport call to mkdistr_ui, and added scrap toJack Jansen1996-04-121-0/+1
| | | | mkpluginaliases.
* Added region arg to update calls. And binhex files rebinhexed.Jack Jansen1996-04-101-0/+1
|
* Added font manager toolbox moduleJack Jansen1996-01-091-0/+1
|
* Added QuickTime moduleJack Jansen1995-12-091-0/+1
|
* Added Cm.slb, the component mgr interfaceJack Jansen1995-11-301-0/+1
|
* Added imgpbm and imgsgiJack Jansen1995-10-121-1/+3
|
* Adapted to os and imp changesJack Jansen1995-10-091-2/+2
|
* Load toolbox modules "by hand" using imp, so this script should nowJack Jansen1995-09-241-11/+52
| | | | work in a virgin distribution.
* Added List.slb aliasJack Jansen1995-08-141-22/+4
|
* MkPluginAliases - Scripts (AppleScript and Python) to create aliasesJack Jansen1995-08-091-0/+107
to PPC plugin libraries fixfiletypes.py - Script to recursively set mac creator/type based on extension