Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I extract it, but I don't know what does that mean:
then go into the created directory with the files and start the notifier with ./notifier.py
Can some body explain more?
Thanks in advance
It's quite simple really. In a console shell, cd into that directory, then run the command "./notifier.py". This will execute the script that starts the program ("./" indicates the current directory, and "notifier.py" is the file in the directory to be executed).
It's a python script, so make sure you also have the proper python interpreter installed.
well, when I make like this:
I got this:
Traceback (most recent call last):
File "./notifier.py", line 4, in ?
import pygtk
ImportError: No module named pygtk
just the post above,
you need the python interpreter to run the .py file
go to software manager of your distribution, search for python and install it..
that will solve your problem.
Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread is being closed because it is a duplicate.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.