-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
クリップボードを操作するモジュールpyperclipが、py2appを通してapp化したものだと動作しない。
怪しい箇所(py2app実行時の出力)
Modules not found (conditional imports):
* AppKit (pyperclip)
* Foundation (pyperclip)
* PyQt4 (pyperclip)
* PyQt5 (pyperclip)
* gtk (pyperclip)
* qtpy (pyperclip)
参照
https://kite.com/python/docs/pyperclip
OSによってクリップボードのメカニズムが異なることが原因。
PyQt(これもGUI周りのモジュール)を入れ、pyperclip.set_clipboard("qt")をすることで一時的な解決にはなったが、アプリサイズが肥大化。なんとかしたい。
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed