Closed twardoch closed 4 years ago
Thanks for the report! I'll get that fixed
Could you update this to 2020.3.2 and see if that's fixed it? (Unfortunately I lack a Mac to test)
Do let me know if you have any further issues and I'll take a look 😄
I'm going to assume that the fix works. Thanks again for dropping the issue
(feel free to reopen if you need to)
Bug
System info
Describe the bug
When using the https://github.com/FHPythonUtils/Cli2Gui package, I get this traceback:
The reason for this is that
import ctypes
does not importctypes.util
by default anymore in newest Py. Therefore afterimport ctypes
there should be an extra lineimport ctypes.util