Environment
- UBUNTU 16.04
- Odoo 9
Problem
Today I came across the situation where after installing pysftp suddenly I won’t be able to start odoo again. I have tried to do
service odoo restart service odoo stop ; service odoo start
When I have tried to uninstall pysftp, I was having SSL_ST_INIT error
Copy to Clipboard
Solution
Step 1: Backup existing directory on OpenSSL and pyOpenSSL from dist-packages folder.
Copy to Clipboard
Step 2: Remove directory OpenSSL and pyOpenSSL from dist-packages folder and install pyopenssl module
Copy to Clipboard