Closed cassidyyuwu closed 1 year ago
This is my fault, as it is not supposed to import love2.py
. I did not think since I had globally installed NintendoClients (using my w/o netifaces fork) and it did not throw any errors.
Commit 176f97a4e505b52141ce75c1be0d788617ca9a7f fixes this.
Attempting to run
client.py
withoutnintendoclients
installed causeslove2.py
to throw an error, as it tries to importnintendo
&nintendo.nex
Though, this does have the side-effect of Microsoft Visual C++ 14.0 being required as well, due to
nintendoclients
depending onnetifaces
which requires it during compilation.