SHARE
TWEET
Untitled
a guest
Feb 28th, 2010
159
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- ~/bin$ python ./pynotify.py
- Traceback (most recent call last):
- File "./pynotify.py", line 4, in <module>
- import pynotify
- File "/home/airtonix/bin/pynotify.py", line 6, in <module>
- pynotify.init("random information")
- AttributeError: 'module' object has no attribute 'init'
- airtonix@orzin:~/bin$ python ./pynotify.py
- Traceback (most recent call last):
- File "./pynotify.py", line 76, in <module>
- if not pynotify.init ("summary-body"):
- AttributeError: 'module' object has no attribute 'init'
- airtonix@orzin:~/bin$
RAW Paste Data
