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

pync was not properly installed on Ubuntu Linux 3.2.0

unRealElite opened this issue · comments

pync was imported as part of a craigslist scrapper made by arlando. After cloning his repo and getting the necessary libraries from pip, I got the following traceback:

Traceback (most recent call last):
File "scraper.py", line 22, in
from pync import Notifier
File "/usr/local/lib/python2.7/dist-packages/pync/init.py", line 3, in
from .TerminalNotifier import Notifier
File "/usr/local/lib/python2.7/dist-packages/pync/TerminalNotifier.py", line 116, in
Notifier = TerminalNotifier()
File "/usr/local/lib/python2.7/dist-packages/pync/TerminalNotifier.py", line 29, in init
raise Exception("pync was not properly installed. Head over to https://github.com/SeTeM/pync/"
Exception: pync was not properly installed. Head over to https://github.com/SeTeM/pync/ >and file a bug.

Are there any logs being saved somewhere else you'd need to figure this out?