[Python-checkins] CVS: python/dist/src/Mac ReadMe,1.38.4.2.2.1,1.38.4.2.2.2

Jack Jansen jackjansen@users.sourceforge.net
Mon, 25 Mar 2002 06:53:14 -0800


Update of /cvsroot/python/python/dist/src/Mac
In directory usw-pr-cvs1:/tmp/cvs-serv7197

Modified Files:
      Tag: release22-maint
	ReadMe 
Log Message:
Added a note about preference file problems for non-privileged OSX
users. Stopgap for bug #534158.


Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.38.4.2.2.1
retrieving revision 1.38.4.2.2.2
diff -C2 -d -r1.38.4.2.2.1 -r1.38.4.2.2.2
*** ReadMe	6 Mar 2002 22:00:29 -0000	1.38.4.2.2.1
--- ReadMe	25 Mar 2002 14:53:11 -0000	1.38.4.2.2.2
***************
*** 109,112 ****
--- 109,129 ----
  ways.
  
+ OSX Multiple users note
+ -----------------------
+ 
+ Interaction with Mac OS X multiple users has been tested only very lightly.
+ If you install as a privileged user everything installs fine. 
+ 
+ If you install as a non-privileged user everything should install in your local
+ per-user folders. But: as there is no global PythonCore you can only run applets
+ if they reside in your toplevel Python folder.
+ 
+ If you install as a privileged user and then try to run
+ Python as another (non-privileged) user you may encounter a problem with
+ not having a preference file: the symptom is failing to import all sorts
+ of standard modules. If you remove your per-user Python preference files
+ (in ~/Library/Preferences) and then run PythonIntpreter once everything should
+ be fine.
+ 
  Uninstalling
  ------------