Jack Jansen
|
3e82872eca
|
Merging the various tweaks for MacPython-OS9 2.3a1 back into the trunk.
|
2003-01-08 16:27:44 +00:00 |
Jack Jansen
|
2a42c3a8d3
|
Not being able to copy PythonCore to the system-folder is not a fatal error, on OSX the user may not have permission to do so. Also give a more informative message in this case.
Fixes bug 475253.
|
2001-12-07 16:07:04 +00:00 |
Jack Jansen
|
5a6fdcd371
|
Import the MacOS toolbox modules from the Carbon package.
|
2001-08-25 12:15:04 +00:00 |
Jack Jansen
|
2e2546c5fd
|
On OSX always copy PythonCore. It turns out an orphaned alias in /Library/CFMSupport (happens when you remove python and aliased pythoncore) wreaks havoc with the system.
|
2001-03-29 13:53:19 +00:00 |
Jack Jansen
|
d11f93c475
|
Look for shared libraries first in kLocalDomain and then in kOnSystemDisk.
Don't do sys.prefix==os.getcwd() check unless we're an applet.
|
2001-03-15 14:28:40 +00:00 |
Jack Jansen
|
0a3939fc71
|
Finished implementation of removing incorrect preferences file.
|
2001-03-09 23:15:27 +00:00 |
Jack Jansen
|
54f3bdbfe1
|
Detect that the preference file may be incorrect, and offer to remove it. This isn't finished yet.
|
2001-03-08 23:07:57 +00:00 |
Jack Jansen
|
c1463c9870
|
macostools.copy() now has an optional forcetype flag, which sets the filetype. This is used by various tools to set the type to APPL when copying interpreter template files (Atmp filetype).
|
2001-03-06 22:46:25 +00:00 |
Jack Jansen
|
f7fb3e6435
|
Oops, need to import Res.
|
2001-02-28 15:53:18 +00:00 |
Jack Jansen
|
72b97aed80
|
If we can't find our splash dialog (i.e. we're probably running from source) go into interactive mode: print what we're doing and ask about carbon/classic configure.
|
2001-02-28 11:23:04 +00:00 |
Jack Jansen
|
64700c9603
|
Various tweaks to make it work on MacOSX.
|
2001-02-27 23:22:02 +00:00 |
Jack Jansen
|
0b1f1b5145
|
- Removed debug
- Make sure splash screens are visible
|
2001-02-17 23:39:35 +00:00 |
Jack Jansen
|
cbb5d4972f
|
ConfigurePython now comes in two flavors: ConfigurePythonClassic and ConfigurePythonCarbon, which copy the respective interpreters to PythonInterpreter and rebuild all the applets. This allows MacOS9 users to switch back and forth.
|
2001-02-17 23:31:48 +00:00 |
Jack Jansen
|
3112bc10ee
|
Also create alias to PythonCoreCarbon.
Got rid of lots of 68k stuff.
|
2001-02-14 17:04:51 +00:00 |
Jack Jansen
|
52b5b0221f
|
If we're installing to another partition than the system partition offer to copy PythonCore in stead of aliasing it. This should fix the applet problems some people have.
|
2000-10-13 23:33:34 +00:00 |
Jack Jansen
|
fa155a1b2c
|
Don't create symlinks to toolbox modules any more.
|
1999-02-07 13:59:06 +00:00 |
Jack Jansen
|
8eea5baca8
|
img modules are no longer in PlugIns folder.
|
1999-02-06 17:44:28 +00:00 |
Just van Rossum
|
f1ae0eb9fa
|
Removed NumPy install code: it's obsolete -- jvr
|
1999-01-30 17:50:15 +00:00 |
Just van Rossum
|
786cb11e51
|
Fixed two typo's (Plugins -> PlugIns) and added some explicit path munging 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
|
1999-01-30 17:46:34 +00:00 |
Jack Jansen
|
c9bda41a21
|
Updated for new build and plugin paths
|
1999-01-28 17:46:50 +00:00 |
Jack Jansen
|
c94e7854d0
|
Added Icn module to toolboxmodules
|
1999-01-25 12:39:39 +00:00 |
Jack Jansen
|
ae3407a01b
|
Added Sndihooks module
|
1998-04-15 14:06:17 +00:00 |
Jack Jansen
|
bb748622f6
|
Fixup sys.path to be able to find macostools
|
1997-10-10 15:49:36 +00:00 |
Jack Jansen
|
80b5329f76
|
Added Help module
|
1997-09-09 13:57:59 +00:00 |
Jack Jansen
|
d0240837fc
|
Run NumPy installer, if present.
Added a couple of splash screens to show what we're doing
|
1997-09-08 13:16:29 +00:00 |
Jack Jansen
|
09dcff793f
|
Put all prints inside "if verbose:"
|
1997-08-27 14:11:15 +00:00 |
Jack Jansen
|
78c3cc4f0c
|
MkPluginAliases now knows about fat PythonCore (and all resource files
got binhexed again)
|
1997-08-19 13:58:57 +00:00 |
Jack Jansen
|
d09deac2da
|
Also put aliases to PythonCore{PPC,CFM68K} in the extensions folder
|
1996-10-22 15:32:06 +00:00 |
Jack Jansen
|
3c7739a754
|
Create img modules for cfm68k too.
|
1996-10-08 09:25:02 +00:00 |
Jack Jansen
|
e3c90a4232
|
Merged Guido's mkaliases and Jack's MkPluginAliases
|
1996-08-28 14:19:53 +00:00 |
Jack Jansen
|
25b361fc14
|
Adapted for cfm68k, new names and split off of qt.
|
1996-08-20 16:35:30 +00:00 |
Jack Jansen
|
bbe04d0f9f
|
Removed references to mactcp, macdnr and stdwin modules
Rebinhexed resource files
|
1996-08-02 15:22:26 +00:00 |
Jack Jansen
|
eba88567a2
|
Added missing setport call to mkdistr_ui, and added scrap to
mkpluginaliases.
|
1996-04-12 16:34:58 +00:00 |
Jack Jansen
|
822a30b0ee
|
Added region arg to update calls. And binhex files rebinhexed.
|
1996-04-10 14:52:18 +00:00 |
Jack Jansen
|
bf220a16aa
|
Added font manager toolbox module
|
1996-01-09 17:16:52 +00:00 |
Jack Jansen
|
cbc0358e30
|
Added QuickTime module
|
1995-12-09 14:01:28 +00:00 |
Jack Jansen
|
8b13703fc8
|
Added Cm.slb, the component mgr interface
|
1995-11-30 15:16:42 +00:00 |
Jack Jansen
|
0638b60af0
|
Added imgpbm and imgsgi
|
1995-10-12 10:34:31 +00:00 |
Jack Jansen
|
316ba5d2da
|
Adapted to os and imp changes
|
1995-10-09 23:17:18 +00:00 |
Jack Jansen
|
bc12873e4b
|
Load toolbox modules "by hand" using imp, so this script should now
work in a virgin distribution.
|
1995-09-24 21:06:50 +00:00 |
Jack Jansen
|
ad169272fb
|
Added List.slb alias
|
1995-08-14 12:20:22 +00:00 |
Jack Jansen
|
d8eb8a7945
|
MkPluginAliases - Scripts (AppleScript and Python) to create aliases
to PPC plugin libraries
fixfiletypes.py - Script to recursively set mac creator/type based on
extension
|
1995-08-09 15:16:58 +00:00 |