[Python-checkins] python/dist/src/Mac/OSX Makefile.panther, 1.1.2.1, 1.1.2.2

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Sat Nov 1 17:30:52 EST 2003


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory sc8-pr-cvs1:/tmp/cvs-serv9402/OSX

Modified Files:
      Tag: release23-maint
	Makefile.panther 
Log Message:
- In PythonIDE, add the Tools/IDE directory as the second entry in
sys.path in stead of as the first, leaving PythonIDE.app/Contents/Resources
as the first one.
- When building the IDE for use with Apple-provided MacPython add
PythonIDEMain.py to the Resources folder.

Together these two makes fixes to PythonIDEMain available to Panther
users.


Index: Makefile.panther
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Attic/Makefile.panther,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** Makefile.panther	29 Aug 2003 22:46:25 -0000	1.1.2.1
--- Makefile.panther	1 Nov 2003 22:30:50 -0000	1.1.2.2
***************
*** 24,27 ****
--- 24,30 ----
  		BUILDPYTHON=$(APPLE_PYTHON) INSTALLED_PYTHONW=$(APPLE_PYTHONW) \
  		DESTDIR=$(DESTDIR) PYTHONAPPSDIR=$(PYTHONAPPSDIR)
+ 	# Add the extra file to the resources. This is to work around a bugs in
+ 	# PythonIDEMain.py in the original 2.3.
+ 	cp ../Tools/IDE/PythonIDEMain.py $(DESDIR)$(PYTHONAPPSDIR)/PythonIDE.app/Contents/Resources
  
  install_PackageManager:





More information about the Python-checkins mailing list