daily pastebin goal
66%
SHARE
TWEET

Untitled

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