[Pythonmac-SIG] Mac{ho}Python architecture ready for review

Ronald Oussoren oussoren@cistron.nl
Fri, 2 Aug 2002 21:47:11 +0200


Let me join the 'me too' parade...

> I've noticed that it quits due to a python exception:
> Traceback (most recent call last):
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/PythonIDE.
> py", line 38, in ?
>     import PythonIDEMain
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/PythonIDEMain.
> py", line 7, in ?
>     import W
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/W.py", 
> line 7, in ?
>     from Wtext import *
>   File 
> "/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/Wtext.py"
> , line 6, in ?
>     import waste
> ImportError: No module named waste

BTW. I only got this for after I did 'chmod g+w' on the Python.framework 
(my Python.framework  is owned by root:admin), this may be the 
indication of another problem: Apperently normal users need write access 
to the python installation. IMHO this is something that should be 
avoided.

Ronald