抱歉,如果这太明显了,但我正在 Android 上的 qpython 下尝试以下操作:
from plyer import notification
notification.notify("something","else")
我得到以以下结尾的错误:
NotImplementedError: No usable implementation found!
我错过了什么?
抱歉,如果这太明显了,但我正在 Android 上的 qpython 下尝试以下操作:
from plyer import notification
notification.notify("something","else")
我得到以以下结尾的错误:
NotImplementedError: No usable implementation found!
我错过了什么?