LewisGaul / minegauler

A clone of the original minesweeper game with many added features
GNU General Public License v3.0
12 stars 8 forks source link

Sort out the pip install of pyqt5 and mysql-connector #65

Closed LewisGaul closed 2 years ago

LewisGaul commented 4 years ago
LewisGaul commented 4 years ago

The workaround currently in place is to import mysql.connector at the very start of the program. Maybe we want to switch to a differnt MySQL lib...

LewisGaul commented 3 years ago

There are also issues with various PyQt5 versions:

LewisGaul commented 2 years ago

Added to requirements.txt to use 5.15 on Windows and 5.14 otherwise.

LewisGaul commented 2 years ago

176 removes the app's dependency on mysql-connector