addrgen icon indicating copy to clipboard operation
addrgen copied to clipboard

Problem: Fails on Mac OSX 11.4

Open weex opened this issue 4 years ago • 0 comments

Traceback (most recent call last):
  File "/Users/dsterry/code/addrgen/addrgen.py", line 199, in <module>
    test(int(options.otherversion))
  File "/Users/dsterry/code/addrgen/addrgen.py", line 176, in test
    print(get_addr(gen_eckey(compressed=True,version=otherversion),version=otherversion))
  File "/Users/dsterry/code/addrgen/addrgen.py", line 158, in get_addr
    secret = k.get_secret()
  File "/Users/dsterry/code/addrgen/addrgen.py", line 67, in get_secret
    mb = ctypes.create_string_buffer(bytes)
  File "/usr/local/Cellar/[email protected]/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/ctypes/__init__.py", line 66, in create_string_buffer
    raise TypeError(init)
TypeError: 32.75

weex avatar Aug 13 '21 20:08 weex