syabruk / pync

Python wrapper for Mac OS 10.8 Notification Center

Home Page:https://pypi.org/project/pync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using the notify function bug

daxeel opened this issue · comments

Calling notify() is not working.

Here is code,

import pync
pync.notify('Hello World')

Error :

AttributeError: 'module' object has no attribute 'notify'