You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pyperclip.determine_clipboard on pythonanywhere, I get this error:
jaraco@glenn-liveconsole7 ~ $ python3 -c 'import pyperclip; pyperclip.determine_clipboard()'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/jaraco/.local/lib/python3.7/site-packages/pyperclip/__init__.py", line 509, in determine_clipboard
with open('/proc/version', 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/proc/version'
The text was updated successfully, but these errors were encountered:
When running
pyperclip.determine_clipboard
on pythonanywhere, I get this error:The text was updated successfully, but these errors were encountered: