Page 1 of 1

Connecting to a MySQL DB with Indigo Python

PostPosted: Wed Jul 26, 2023 8:58 am
by changeagent
Is it possible to use Python included with Indigo to access a MySQL database using PyMySQL?

Re: Connecting to a MySQL DB with Indigo Python

PostPosted: Wed Jul 26, 2023 9:13 am
by jay (support)
If that library works with Python 3.10 (which we install), then should work fine.

Re: Connecting to a MySQL DB with Indigo Python

PostPosted: Wed Jul 26, 2023 12:36 pm
by changeagent
I did an install and made sure it was sitting in the correct directory:

pymysql in /Library/Frameworks/Python.framework/Versions/3.10/lib/python/site-packages (0.10.1)

Works great! THANKS for an amazing program that gives me the flexibility to do what I dream up.