MacPython-OSX (wxPython build) question.
Daniel T.
postmaster at earthlink.net
Thu Apr 24 17:29:09 EDT 2003
I pulled the binary off of wxPython "MacPython-OSX-2.3a2-2" and
installed it, but when I go to run the PythonIDE, it quits and I get the
following in my console log:
Traceback (most recent call last):
File
"/Applications/MacPython-2.3/PythonIDE.app/Contents/Resources/PythonIDE.p
y", line 51, in ?
import PythonIDEMain
File
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/PythonID
EMain.py", line 419, in ?
PythonIDE()
File
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/PythonID
EMain.py", line 36, in __init__
Wapplication.Application.__init__(self, 'Pide')
File
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/Wapplica
tion.py", line 28, in __init__
FrameWork.Application.__init__(self)
File
"/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/plat-mac
/FrameWork.py", line 115, in __init__
self.makemenubar()
File
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/Wapplica
tion.py", line 269, in makemenubar
self.makeusermenus()
File
"/Library/Frameworks/Python.framework/Versions/2.3/Mac/Tools/IDE/PythonID
EMain.py", line 142, in makeusermenus
os.mkdir(path)
OSError: [Errno 13] Permission denied: '/Scripts'
So my question is, why is it trying to access/create a "/Scripts" folder
while creating the menus? This shouldn't be happening should it?
More information about the Python-list
mailing list