Follow
Series

Quick Bits

This series include short articles and tutorials. The purpose of these articles is to help you quickly solve an issue or learn an easy concept.

Articles in this series

Fix: Error: <class ‘PermissionError’>, [Errno 13] Permission denied: file: /usr/lib/python3/dist-packages/supervisor/xmlrpc.py line: 560

Feb 21, 20231 min read

Step 1 chmod -R o+rx /home/[frappe_user] Step 2: sudo nano /etc/supervisor/supervisord.conf (Add these lines under...

DNS Multitenant on Frappe bench
Downgrade MariaDB using Brew
Fix PyLint error, unable to import frappe in VS Code