Fix 2982
This commit is contained in:
parent
42ba6eccbf
commit
81bc51fa72
2 changed files with 7 additions and 13 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
{%- for item in legacy_versions %}
|
{%- for item in legacy_versions %}
|
||||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
{%- endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
|
|
@ -260,16 +260,10 @@ ERROR_DATABASE = """
|
||||||
|
|
||||||
ERROR_WINDOWS_WIN32API = """
|
ERROR_WINDOWS_WIN32API = """
|
||||||
ERROR: Unable to import win32api, which Twisted requires to run.
|
ERROR: Unable to import win32api, which Twisted requires to run.
|
||||||
You may download it from:
|
You may download it with pip in your Python environment:
|
||||||
|
|
||||||
http://sourceforge.net/projects/pywin32/files/pywin32/
|
pip install --upgrade pywin32
|
||||||
|
|
||||||
If you are running in a virtual environment, browse to the
|
|
||||||
location of the latest win32api exe file for your computer and
|
|
||||||
Python version and copy the url to it; then paste it into a call
|
|
||||||
to easy_install:
|
|
||||||
|
|
||||||
easy_install http://<url to win32api exe>
|
|
||||||
"""
|
"""
|
||||||
|
|
||||||
INFO_WINDOWS_BATFILE = """
|
INFO_WINDOWS_BATFILE = """
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue