Re: [sphinx-dev] Installer for Windows

2012-10-25 Thread anatoly techtonik
On Wed, Oct 24, 2012 at 11:27 AM, Michael Schlenker m...@contact.de wrote: Hi, the easiest way to do it would probably be to start with one of those 'portable Python' installers and just enhance its site-packages a bit by dropping in jinja2, docutils, pygments and sphinx. Or by asking the guy

Re: [sphinx-dev] Installer for Windows

2012-10-25 Thread gilberto dos santos alves
i think that in this case we need point some steps to people who do not know sphinx and python: quick read 1 or 2 pages of documentation and follow steps there. if these people do not have internet access you must pre download instructions and (python, sphinx pre-reqs, sphinx) see that all major

Re: [sphinx-dev] Installer for Windows

2012-10-24 Thread Michael Schlenker
Hi, the easiest way to do it would probably be to start with one of those 'portable Python' installers and just enhance its site-packages a bit by dropping in jinja2, docutils, pygments and sphinx. Or by asking the guy building it to simply include the needed libs in one of the next builds. It

Re: [sphinx-dev] Installer for Windows

2012-10-23 Thread anatoly techtonik
I know that it is possible to generate binary installers. The question is why are they not being built for Sphinx releases? There are no .exe files available from http://pypi.python.org/pypi/Sphinx -- anatoly t. On Tue, Oct 23, 2012 at 5:28 AM, gilberto dos santos alves gsa...@gmail.com wrote:

Re: [sphinx-dev] Installer for Windows

2012-10-23 Thread Takayuki Shimizukawa
Hi anatoly, You can create Sphinx package (.exe) installer easily. 1. extract Sphinx-1.1.3.tar.gz 2. $ cd Sphinx-1.1.3 3. $ python setup.py bdist_wininst 4. you get dist/Sphinx-1.1.3.win32.exe But that .exe not include 'python' and other depended packages (e.g. docutils). If you need

[sphinx-dev] Installer for Windows

2012-10-22 Thread anatoly techtonik
Sphinx is not only Python-only tool anymore and not many people familiar with pythonic ways. I wonder what is the state of things for not generating installers for Windows? They could them add Sphinx to the path or set SPHINXBUILD as global environment variable for make.bat files. I remember

Re: [sphinx-dev] Installer for Windows

2012-10-22 Thread gilberto dos santos alves
i do not understand very well what is your doubt or comment but anyway, you know about this link: http://packages.python.org/an_example_pypi_project/setuptools.html http://packages.python.org/an_example_pypi_project/setuptools.htmlbest regards! 2012/10/22 anatoly techtonik techto...@gmail.com