diff --git a/docs/source/Setup/Extended-Installation.md b/docs/source/Setup/Extended-Installation.md index aa72b94c1f..5a01e8d245 100644 --- a/docs/source/Setup/Extended-Installation.md +++ b/docs/source/Setup/Extended-Installation.md @@ -503,7 +503,7 @@ you can run `evennia -l`, or (in the future) start the server with `evennia star with `pip install --upgrade pip wheel setuptools`. Then try `pip install -e evennia` again. - If you get an `setup.py not found` error message while trying to `pip install`, make sure you are in the right directory. You should be at the same level of the `evenv` directory, and the - `evennia` git repository. Note that there is an `evennia` directory inside of the repository too + `evennia` git repository. Note that there is an `evennia` directory inside of the repository too. - One user reported a rare issue on Ubuntu 16 is an install error on installing Twisted; `Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-vnIFTg/twisted/` with errors like `distutils.errors.DistutilsError: Could not find suitable distribution for @@ -552,3 +552,6 @@ path to the `twistd` executable. This file is auto-generated, so try to delete i text editor like Notepad. It's just one line containing the path to the `twistd.exe` executable as determined by Evennia. If you installed Twisted in a non-standard location this might be wrong and you should update the line to the real location. +- Some users have reported issues with Windows WSL and anti-virus software during Evennia +development. Timeout errors and the inability to run `evennia connections` may be due to your anti- +virus software interfering. Try disabling or changing your anti-virus software settings. diff --git a/evennia/utils/evtable.py b/evennia/utils/evtable.py index eb91a68375..883fb648c2 100644 --- a/evennia/utils/evtable.py +++ b/evennia/utils/evtable.py @@ -1116,7 +1116,7 @@ class EvTable(object): Notes: Beyond those table-specific keywords, the non-overlapping keywords - of `EcCell.__init__` are also available. These will be passed down + of `EvCell.__init__` are also available. These will be passed down to every cell in the table. """ @@ -1543,7 +1543,7 @@ class EvTable(object): to the end. Args: - args (`EvColum` or multiple strings): Either a single EvColumn instance or + args (`EvColumn` or multiple strings): Either a single EvColumn instance or a number of data string arguments to be used to create a new column. header (str, optional): The header text for the column xpos (int, optional): Index position in table *before* which