vcromclaim icon indicating copy to clipboard operation
vcromclaim copied to clipboard

snesrestore.py not woking in newer Python versions (and how to fix it)

Open kjetil-f opened this issue 2 years ago • 1 comments

I got the message "AttributeError: module 'time' has no attribute 'clock'" I know next to nothing about coding, but I Googled myself how to fix it. Just replace "time.clock" with "time.time" in the script and it works.

Hope that helps.

kjetil-f avatar Jun 22 '22 09:06 kjetil-f

You may want to check my port has been migrated to Python 3: https://github.com/JanErikGunnar/vcromclaim

JanErikGunnar avatar Jan 18 '23 01:01 JanErikGunnar