diff --git a/README.md b/README.md index 274cc0a4..5e169ae3 100755 --- a/README.md +++ b/README.md @@ -25,6 +25,9 @@ order: * [Authoring Python calculations in Tableau](docs/TableauConfiguration.md). * [TabPy Tools](docs/tabpy-tools.md) +Troubleshooting: +* [FAQ for configuration, startup and other issues](docs/FAQ.md) + More technical topics: * [Contributing Guide](CONTRIBUTING.md) for TabPy developers diff --git a/docs/FAQ.md b/docs/FAQ.md new file mode 100644 index 00000000..4bd7b029 --- /dev/null +++ b/docs/FAQ.md @@ -0,0 +1,14 @@ +# TabPy Frequently Asked Questions + + + + + + + + +## Startup Issues + +### AttributeError: module 'tornado.web' has no attribute 'asynchronous' + +TabPy uses Tornado 5.1.1. To it to your Python environment run `pip install tornado==5.1.1` and then try to start TabPy again.