-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Description
I want to store my current workspace configuration.
Therefore I want to use pickle:
import i3ipc
import pickle
i3 = i3ipc.Connection()
pickle.dumps(i3.get_workspaces()
this will result in an error
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python3.6/site-packages/i3ipc/i3ipc.py", line 37, in __getattr__
return self[name]
KeyError: '__getstate__'
This is happening in python{2,3}.
Used version of i3ipc-python: 1.5.1
Metadata
Metadata
Assignees
Labels
No labels