[Python-checkins] python/dist/src/Mac/Tools/IDE PythonIDE.py, 1.13, 1.13.8.1

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/Tools/IDE
In directory sc8-pr-cvs1:/tmp/cvs-serv9402/Tools/IDE
Modified Files:
 Tag: release23-maint
	PythonIDE.py 
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: PythonIDE.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.py,v
retrieving revision 1.13
retrieving revision 1.13.8.1
diff -C2 -d -r1.13 -r1.13.8.1
*** PythonIDE.py	3 May 2003 00:31:35 -0000	1.13
--- PythonIDE.py	1 Nov 2003 22:30:50 -0000	1.13.8.1
***************
*** 50,54 ****
 		ide_path = sys.argv[0]
 	if ide_path not in sys.path:
! 		sys.path.insert(0, ide_path)
 
 
--- 50,54 ----
 		ide_path = sys.argv[0]
 	if ide_path not in sys.path:
! 		sys.path.insert(1, ide_path)
 
 


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /