Pyperclip copy causing an OSerror
问题 I am trying to learn python using https://automatetheboringstuff.com. While on IDLE (Python 3.5 - 64 Bits), windows 8.1), pyperclip.copy('test') gives the following error message pyperclip.copy('test') Traceback (most recent call last): File "", line 1, in pyperclip.copy('test') File "C:\Python\lib\site-packages\pyperclip__init__.py", line 53, in _copyWindows ctypes.cdll.msvcrt.wcscpy(ctypes.c_wchar_p(pchData), text) OSError: exception: access violation writing 0x0000000000000000 Any help is