[RELEASE] Texture Cache Maintenance utility
Trying the last version (0.5.3) here.
Is it supposed to work with Python 3.3.1?
Cause it's returning this error:
Code:
texturecache.py version
Traceback (most recent call last):
  File "texturecache.py", line 2896, in <module>
    main(sys.argv[1:])
  File "texturecache.py", line 2722, in main
    loadConfig()
  File "texturecache.py", line 2540, in loadConfig
    gConfig = MyConfiguration()
  File "texturecache.py", line 185, in __init__
    if (web_user and web_pass): self.WEB_AUTH_TOKEN = base64.encodestring('%s:%s' % (web_user, web_pass)).replace('\n', '')
  File "C:\Python\lib\base64.py", line 355, in encodestring
    return encodebytes(s)
  File "C:\Python\lib\base64.py", line 343, in encodebytes
    raise TypeError("expected bytes, not %s" % s.__class__.__name__)
TypeError: expected bytes, not str

THX!
Reply


Messages In This Thread
RE: [RELEASE] Texture Cache maintenance utility - by charrua - 2013-04-20, 23:24
Crash on Gotham on OS X - by desepticon - 2014-05-29, 17:57
Cleaning - by AleisterHH - 2018-05-28, 22:03
RE: Cleaning - by Milhouse - 2018-05-28, 22:16
qax genre not updated - by Just-Me_A-User - 2018-06-12, 22:06
RE: qax genre not updated - by Milhouse - 2018-06-12, 23:40
Logout Mark Read Team Forum Stats Members Help
[RELEASE] Texture Cache Maintenance utility17