Howard Nease
hnease at midsouth.rr.com
Sat Dec 27 15:51:29 EST 2003
Hello, all. I recently tried to install mod_python on my Windows XP Home machine, and I got the above error. Here's the context: Traceback (most recent call last): File "E:\Python23\Scripts\win32_postinstall.py", line 90, in ? shutil.copy2(mp, os.path.join(apachedir, "modules")) File "E:\Python23\Lib\shutil.py", line 82, in copy2 copyfile(src, dst) File "E:\Python23\Lib\shutil.py", line 38, in copyfile fdst = open(dst, 'wb') IOError: [Errno 13] Permission denied: 'E:/Program Files/Apache Group/Apache2\\modules\\mod_python.so' *** run_installscript: internal error 0xFFFFFFFF *** Does anyone have a clue as to what I'm doing wrong? I've Googled for a clue, but no dice. Thanks a lot! -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.modpython.org/pipermail/mod_python/attachments/20031227/d7569fac/attachment-0003.htm
|