MCMi460 / 3DS-RPC

Connect your 3DS playing status to Discord!
https://3dsrpc.com/
149 stars 8 forks source link

Added `nintendoclients` as a dependency #4

Closed cassidyyuwu closed 1 year ago

cassidyyuwu commented 1 year ago

Attempting to run client.py without nintendoclients installed causes love2.py to throw an error, as it tries to import nintendo & nintendo.nex

Though, this does have the side-effect of Microsoft Visual C++ 14.0 being required as well, due to nintendoclients depending on netifaces which requires it during compilation.

MCMi460 commented 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.