mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix 2982
This commit is contained in:
parent
42ba6eccbf
commit
81bc51fa72
2 changed files with 7 additions and 13 deletions
|
|
@ -4,10 +4,10 @@
|
|||
{%- for item in versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{% if legacy_versions %} <ul>
|
||||
{%- for item in legacy_versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{%- endif %}
|
||||
{% if legacy_versions %} <ul>
|
||||
{%- for item in legacy_versions %}
|
||||
<li><a href="{{ item.url }}">{{ item.release }} ({{ item.name }} branch)</a></li>
|
||||
{%- endfor %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
|
|
|
|||
|
|
@ -260,16 +260,10 @@ ERROR_DATABASE = """
|
|||
|
||||
ERROR_WINDOWS_WIN32API = """
|
||||
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 = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue