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

Installation Issue on Mavericks

mklbtz opened this issue · comments

Tried importing from pync after installing, got this error:

>>> from pync import Notifyer as nc
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "build/bdist.macosx-10.9-intel/egg/pync/__init__.py", line 3, in <module>
  File "build/bdist.macosx-10.9-intel/egg/pync/TerminalNotifier.py", line 99, in <module>
  File "build/bdist.macosx-10.9-intel/egg/pync/TerminalNotifier.py", line 27, in __init__
Exception: pync was not properly installed. Head over to https://github.com/SeTeM/pync/ and file a bug.

Fixed: installed TerminalNotifier using Homebrew then reinstalled pync.

For me it worked properly without reinstallation, but when i reinstalled pync, it works fine too.

use python setup.py install instead of pip install

Well, you can use pip to install from a local clone of the package.

  1. Clone repo
  2. pip install