xampp

How to use MYSql from xampp for python 3?

How to use MYSql from xampp for python 3? Question: I am getting below error when I try to install MySQL client using the command “pip3 install mysqlclient”. Complete output from command python setup.py egg_info: /bin/sh: mysql_config: command not found Traceback (most recent call last): File “<string>”, line 1, in <module> File “/private/var/folders/l1/f1klm_s92g53c9v2p1vrdwg80000gn/T/pip-install-a0t6svmj/mysqlclient/setup.py”, line 18, …

Total answers: 3

Access Python Development Server from External IP

Access Python Development Server from External IP Question: I am learning Django and have deployed apps on my iMac locally. I want to show the apps from external IPs over the internet. I did add an exception to the firewall for port 8000, and ran the python dev server over 8000. Able to access at …

Total answers: 1