Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions docs/FAQ.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# TabPy Frequently Asked Questions

<!-- markdownlint-disable MD004 -->

<!-- toc -->
<!-- tocstop -->

<!-- markdownlint-enable MD004 -->

## 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.