Migrate clipboard integration to a new library #240

Closed
opened 2023-03-26 23:26:35 +02:00 by blacklight · 0 comments
Owner

It currently breaks when calling paste with GLib-related errors:

AttributeError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject"

pyclip seems to be a good alternative.

It currently breaks when calling `paste` with GLib-related errors: ``` AttributeError: When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject" ``` [`pyclip`](https://github.com/spyoungtech/pyclip) seems to be a good alternative.
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: platypush/platypush#240
No description provided.