On Saturday, August 25, 2012 1:06:11 AM UTC+2, e-friend-partner wrote: > > > Hello community! > > I am new to Sphinx. I'm trying to install Sphinx v. 1.1.3 on a Windows 7 > Professional but I find that is failing and I can not install it. Nor found > the how-to on the website of sphinx (http://sphinx.pocoo.org/ #), I tell > you what I've accomplished and I appreciate your suggestions.
Hi, I can tell You what works for me. (I've got Win7 64bit Professional (propably)) 1. Install python 2.7 on windows (python-2.7.3.msi). Don't install 64bit version even if You've got Win7 64bit because You will run into problems when You would like to install rst2pdf. 2. Configure Windows PATH including the following routes: C:\Python27;C:\ Python27\Scripts It seems to be unnecessary to put other folders on PATH. You may also add Python extension (.PY) to PATHEXT - then all Python scripts will be executable as other Windows executables (.exe, .bat, .com etc.) 3. Restart Windows. Well, actually it is a must on Win XP. On Win7 just open PowerShell and run python - it should works. If not, restart windows ;) 4. setuptools: Download http://peak.telecommunity.com/dist/ez_setup.py to C:\Python27 and run it. I don't know if it has to be put to Python root folder, but it works this way for sure. 5. Instal Sphinx: open console command and run: easy_install -U Sphinx That's all. -- regards Tawez -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To view this discussion on the web visit https://groups.google.com/d/msg/sphinx-dev/-/SEkUksPk1P0J. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.