Hi all...
We have a box that receive a lot of incoming emails. I have a .procmailrc file that in turn invokes a python script, which process each of these incoming email. All is nice and good.
I have need of a sorting script that will sort a file of tab delimited data on multiple columns. I often do this kind of thing in excel, but I have need of something more automated. I guess the syntax would be something like, sort by columnName, then by otherColumnName, etc.
I have N number of python scripts which i am receiving from REST web server and i am saving them in /home/mandar/ . Now i want to write a script to run all the python scripts from this directory and monitor them every minute...if any process is dead or hung it should be restarted by this script.
Am new bee to python actually when am importing android in my python script am getting error like *No Module etc*Please let me know how can i fix this issue. am using eclipse IDE for written python scripts.
thanks i advance
I need to run dosemu with "nice --20" from script. Problem is minus value can be chaned only with sudo.
Do you know any way to work nice command without sudo or simply run nice --20 dosemu from script?
Is it possible to set a nice value for an executable in a script so that every time the executable runs it has this nice value?
I'm trying to set aerender (After Effects terminal renderer) to run at +18 by replacing the original aerender script with a bash script with something like this in it:
Code:
nice -n +18 '/Applications/Adobe After Effects CS6/Nice_aerender'
and renaming the origina
OK, I think we're going to go with python and pygame. One last question, I started my son on BASIC-256 because of this article.http://www.salon.com/2006/09/14/basic_2/Do you folks think these ideas have merit or should I switch my son over to python right away?
I just tried to write my first Gtk+ program using python in linux mint with Eclipse + PyDev, but I met this error in PyDev, Unresolved import: Gtk
program source code: http://python-gtk-3-tutorial.readthedocs.org/en/latest/introduction.html
from gi.repository import Gtk
win = Gtk.Window()
win.connect("delete-event", Gtk.main_quit)
win.show_all()
Gtk.main()
error shown as below:
Program can
I have problem with running python and java apps on gnome-shell.
When I launch it via the overview, it works nice.