Skip to content

Commit

Permalink
Add FAQ.md (tableau#325)
Browse files Browse the repository at this point in the history
* Update README.md

* Create FAQ.md
  • Loading branch information
0golovatyi authored Jul 19, 2019
1 parent 65ed537 commit 0881a63
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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.

0 comments on commit 0881a63

Please sign in to comment.