|
I need to access a MySQL database from a Python 3 application, but MySQLdb isn't available for Python 3 yet. The PyMySQL module seems to work with Python 3, so how can I install it in my WebFaction home directory? |
|
You can install PyMySQL for Python 3.2 in your WebFaction home directory with the following commands:
|