We are trying to use third party authentication. Its mentioned in the docs that you should run the following command to update the db tables:
paver update_db -s fullstack
After running the command we get the follow error:
ImportError: No module named watchdog.observers.polling
Do we need to install additional modules, or are we doing anything wrong?
Thanx!