Missing interpreter in most of the python examples
Tatavarty Kalyan
tbkalyan at gmail.com
Thu Apr 28 06:47:45 PDT 2005
In case some unwitting soul like me makes them executable and tries
to run them ,they might end up with few postscript screenshots with
names such as dbus,pygtk,gtk.
Apparently there is a utility called import that comes with
imagemagick that captures some or all of an X server screen and saves
the image to a file. :)
$ head -n 1 *.py
==> example-client.py <==
#!/usr/bin/env python
==> example-service.py <==
import dbus
==> example-signal-emitter.py <==
import dbus
==> example-signal-recipient.py <==
import gtk
==> gconf-proxy-client.py <==
import dbus
==> gconf-proxy-service.py <==
import dbus
==> gconf-proxy-service2.py <==
import dbus
==> list-system-services.py <==
"""Lists services on the system bus
More information about the dbus
mailing list