tableau / TabPy

Execute Python code on the fly and display results in Tableau visualizations:
https://tableau.github.io/TabPy/
MIT License
1.56k stars 598 forks source link

Bugfix: Startup scripts should fail when Python isn't in path. #177

Closed jnegara closed 5 years ago

WillAyd commented 5 years ago

Were these not failing naturally when trying to execute python later in script?

jnegara commented 5 years ago

Were these not failing naturally when trying to execute python later in script?

@WillAyd They were. The updated scripts are more explicit about the cause of the failure.