Question Alternative to PyTK?

Shreddedcoconut

Greenhorn
Hi! I'm a novice modder, and I'm currently creating an ATM mod similar this and PyTK isn't working properly.

Here's the SMAPI Error Log.

My mod's name is ATMbank.

I believe the issue is that PyTK is outdated? I first used the definitely outdated version from here, which threw so many errors (not the errors in the error log above.)
Then I tried the unofficial version from here, and it throws the errors in the error log above.

The reason why I'm using PyTK is for TileAction and TMXContent.Load so I can load the ATM texture onto the map. But, it doesn't seem to work anymore.

Is there an alternative to PyTK or is there a fix to this issue?
 
Top