Following the directions on the Sphinx home page, I opened a command window and entered:
C:\>easy_install -U Sphinx
(I assume the -U option for upgrade should remove the existing version.)
I get the following error messages (I have admin privileges):
Creating c:\python32\lib\site-packages\site.py
Processing Sphinx
Running setup.py -q bdist_egg --dist-dir C:\Sphinx\egg-dist-tmp-tmopj5
error: Setup script exited with error: SandboxViolation:
open('C:\\Python32\\lib\\lib2to3\\Grammar3.2.3.final.0.pickle', 'wb') {}
The package setup script has attempted to modify files on your system
that are not within the EasyInstall build area, and has been aborted.
This package cannot be safely installed by EasyInstall, and may not
support alternate installation locations even if you run its setup
script by hand. Please inform the package's author and the EasyInstall
maintainers to find out if a fix or workaround is available.
Can anyone help me to understand and fix the problem? Please don't tell me to use pip, I get the same error when I try to install pip with:
C:\>easy_install pip
Thanks in advance for your help.