Here's some messages from the screen. I tried to enter
numbers to change the frequency and it didn't work.
[jeff@Desk chime-0.0.1]$ ./chime
/home/jeff/chime-0.0.1/Main.py:148: DeprecationWarning:
use gtk.UIManager
item_factory = gtk.ItemFactory(gtk.MenuBar, '<main>',
accelgroup)
/home/jeff/chime-0.0.1/Main.py:267: DeprecationWarning:
toolbar.append_widget(hbox1, "", "")
/home/jeff/chime-0.0.1/Main.py:270: DeprecationWarning:
toolbar.append_widget(label_rho, "", "")
/home/jeff/chime-0.0.1/Main.py:275: DeprecationWarning:
toolbar.append_widget(spinbutton1, "", "")
/home/jeff/chime-0.0.1/Main.py:286: DeprecationWarning:
toolbar.append_widget(set_button, "", "")
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.create_pixmap is deprecated,
use gtk.gdk.Pixmap instead
self.warn(message, DeprecationWarning)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.load_fontset is deprecated,
use gtk.gdk.fontset_load instead
self.warn(message, DeprecationWarning)
The font
"-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
does not support all the required character sets for
the current locale
"LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=en_US.UTF-8;LC_COLLATE=en_US.UTF-8;LC_MONETARY=en_US.UTF-8;LC_MESSAGES=en_US.UTF-8;LC_PAPER=en_US.UTF-8;LC_NAME=en_US.UTF-8;LC_ADDRESS=en_US.UTF-8;LC_TELEPHONE=en_US.UTF-8;LC_MEASUREMENT=en_US.UTF-8;LC_IDENTIFICATION=en_US.UTF-8"
(Missing character set "JISX0208.1983-0")
(Missing character set "KSC5601.1987-0")
(Missing character set "GB2312.1980-0")
(Missing character set "JISX0201.1976-0")
/home/jeff/chime-0.0.1/Marker.py:61:
DeprecationWarning: use GdkDrawable.draw_layout
self.pixmap.draw_string(self.font, self.gc,
self.width-110, 15, z)
/home/jeff/chime-0.0.1/Marker.py:62:
DeprecationWarning: use GdkDrawable.draw_layout
self.pixmap.draw_string(self.font, self.gc,
self.width-110, 25, y)
/home/jeff/chime-0.0.1/Marker.py:63:
DeprecationWarning: use GdkDrawable.draw_layout
self.pixmap.draw_string(self.font, self.gc,
self.width-110, 35, swr)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.mainloop is deprecated, use
gtk.main instead
self.warn(message, DeprecationWarning)
/usr/lib/python2.3/site-packages/gtk-2.0/gtk/__init__.py:90:
GtkDeprecationWarning: gtk.mainquit is deprecated, use
gtk.main_quit instead
self.warn(message, DeprecationWarning)