health
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Health] installation help


From: mona gc
Subject: Re: [Health] installation help
Date: Sun, 29 Sep 2013 13:43:19 +0800 (SGT)

Dear Luis,
Installatuion was succeessfull for Tryton Server. Whiule Booting up the Tryton Server
in the last line i see this also, INFO:server:starting JSON-RPC protocol on localhost:8000

New issue:
I did Installation of the Tryton Client using following commands,
pip install --user tryton
pip install --upgrade --user tryton

Then I run
cd $HOME/.local/bin
./tryton
To execute it and getting following errors, (kindly help with this)

rning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_close.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:485: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_close.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:485: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_close.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:232: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_user = gtk.MenuItem(_('_User'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:232: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_user = gtk.MenuItem(_('_User'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:494: Warning: invalid (NULL) pointer instance
menu_user = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:494: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_user = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:496: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:496: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:500: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_preference.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:500: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_preference.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:500: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_preference.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:508: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:508: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:511: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_menu.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:511: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_menu.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:511: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_menu.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:517: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:517: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:524: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:524: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:527: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_global_search.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:527: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_global_search.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:527: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_global_search.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:536: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_send_request = gtk.ImageMenuItem(_('_Send a Request'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:536: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_send_request = gtk.ImageMenuItem(_('_Send a Request'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:539: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_send_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:539: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_send_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:539: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_send_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:545: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_open_request = gtk.ImageMenuItem(_('_Read my Requests'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:545: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_open_request = gtk.ImageMenuItem(_('_Read my Requests'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:548: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_open_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:548: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_open_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:548: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_open_request.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:246: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_options = gtk.MenuItem(_('_Options'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:246: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_options = gtk.MenuItem(_('_Options'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:556: Warning: invalid (NULL) pointer instance
menu_options = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:556: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_options = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:558: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_toolbar = gtk.MenuItem(_('_Toolbar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:558: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_toolbar = gtk.MenuItem(_('_Toolbar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:561: Warning: invalid (NULL) pointer instance
menu_toolbar = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:561: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_toolbar = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:566: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:566: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:576: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('_Text and Icons'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:576: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('_Text and Icons'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:586: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('_Icons'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:586: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('_Icons'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:595: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('_Text'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:595: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('_Text'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:604: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_menubar = gtk.MenuItem(_('_Menubar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:604: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_menubar = gtk.MenuItem(_('_Menubar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:607: Warning: invalid (NULL) pointer instance
menu_menubar = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:607: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_menubar = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:612: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:612: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:620: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_mode = gtk.MenuItem(_('_Mode'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:620: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_mode = gtk.MenuItem(_('_Mode'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:623: Warning: invalid (NULL) pointer instance
menu_mode = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:623: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_mode = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:628: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:628: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:636: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('_PDA'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:636: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('_PDA'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:643: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_form = gtk.MenuItem(_('_Form'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:643: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_form = gtk.MenuItem(_('_Form'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:646: Warning: invalid (NULL) pointer instance
menu_form = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:646: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_form = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:651: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
checkmenuitem_statusbar = gtk.CheckMenuItem(_('Statusbar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:651: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
checkmenuitem_statusbar = gtk.CheckMenuItem(_('Statusbar'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:661: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
_('Save Width/Height'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:661: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
_('Save Width/Height'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:672: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
_('Save Tree Expanded State'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:672: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
_('Save Tree Expanded State'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:694: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_tab = gtk.MenuItem(_('Tabs Position'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:694: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_tab = gtk.MenuItem(_('Tabs Position'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:697: Warning: invalid (NULL) pointer instance
menu_tab = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:697: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_tab = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:702: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
radiomenuitem_top = gtk.RadioMenuItem(label=_('Top'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:702: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
radiomenuitem_top = gtk.RadioMenuItem(label=_('Top'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:711: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('Left'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:711: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('Left'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:721: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('Right'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:721: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('Right'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:731: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
label=_('Bottom'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:731: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
label=_('Bottom'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:741: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:741: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:747: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:747: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.accel_group)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:752: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_limit = gtk.MenuItem(_('Search Limit...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:752: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_limit = gtk.MenuItem(_('Search Limit...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:758: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_email = gtk.MenuItem(_('_Email...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:758: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_email = gtk.MenuItem(_('_Email...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:766: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:766: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:769: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_opt_save.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:769: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_opt_save.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:769: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_opt_save.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:254: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_favorite = gtk.MenuItem(_('Fa_vorites'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:254: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_favorite = gtk.MenuItem(_('Fa_vorites'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:270: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
menuitem_help = gtk.MenuItem(_('_Help'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:270: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
menuitem_help = gtk.MenuItem(_('_Help'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:776: Warning: invalid (NULL) pointer instance
menu_help = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:776: Warning: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
menu_help = gtk.Menu()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:778: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:778: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:781: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_tips.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:781: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_tips.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:781: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_tips.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:787: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
_('_Keyboard Shortcuts...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:787: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
_('_Keyboard Shortcuts...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:790: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_shortcuts.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:790: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_shortcuts.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:790: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_shortcuts.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:796: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_about = gtk.ImageMenuItem(_('_About...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:796: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_about = gtk.ImageMenuItem(_('_About...'))
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:799: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
imagemenuitem_about.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:799: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
imagemenuitem_about.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:799: Warning: value "TRUE" of type `gboolean' is invalid or out of range for property `visible' of type `gboolean'
imagemenuitem_about.set_image(image)
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_context_set_font_description: assertion `context != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_context_set_base_dir: assertion `context != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_context_set_language: assertion `context != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_new: assertion `context != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_text: assertion `layout != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_attributes: assertion `layout != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_alignment: assertion `layout != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_ellipsize: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_single_paragraph_mode: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_set_width: assertion `layout != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_get_extents: assertion `layout != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gtk_settings_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: Warning: g_object_get: assertion `G_IS_OBJECT (object)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: PangoWarning: pango_layout_get_pixel_extents: assertion `PANGO_IS_LAYOUT (layout)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: Warning: g_object_unref: assertion `G_IS_OBJECT (object)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gtk_icon_size_lookup_for_settings: assertion `GTK_IS_SETTINGS (settings)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: /build/buildd/gtk+2.0-2.24.10/gtk/gtkstyle.c:2358: invalid icon size '1'
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gtk_style_render_icon: assertion `pixbuf != NULL' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: Failed to render icon
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: Warning: g_object_ref: assertion `G_IS_OBJECT (object)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -437481 and height 38
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -517220 and height 38
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gdk_screen_get_default_colormap: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gdk_colormap_get_visual: assertion `GDK_IS_COLORMAP (colormap)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
self.window.show_all()
/home/gnuhealth/.local/lib/python2.7/site-packages/tryton/gui/main.py:179: GtkWarning: IA__gdk_window_new: assertion `GDK_IS_WINDOW (parent)' failed
self.window.show_all()
Segmentation fault (core dumped)


From: "address@hidden" <address@hidden>
To: address@hidden
Sent: Saturday, 28 September 2013 9:30 PM
Subject: Health Digest, Vol 26, Issue 23

Send Health mailing list submissions to
    address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
    https://lists.gnu.org/mailman/listinfo/health
or, via email, send a message with subject or body 'help' to
    address@hidden

You can reach the person managing the list at
    address@hidden

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Health digest..."


Today's Topics:

  1. Re: installation help (Luis Falcon)


----------------------------------------------------------------------

Message: 1
Date: Sat, 28 Sep 2013 10:06:43 -0300
From: Luis Falcon <address@hidden>
To: address@hidden
Subject: Re: [Health] installation help
Message-ID: <address@hidden>
Content-Type: text/plain; charset=ISO-8859-1

Dear Mona
Thanks for reporting this issue !
On 09/28/2013 08:17 AM, mona gc wrote:
> address@hidden:~# su - gnuhealth
> address@hidden:~$ cd gnuhealth-*
> address@hidden:~/gnuhealth-2.2.0$ ./gnuhealth_install.sh
> [16:35:32][INFO] Starting GNU Health 2.2.0 installation...
> [16:35:32][INFO] CHECKING REQUIREMENTS
> [16:35:32]Looking for wget....
> Downloading/unpacking pytz>=2013b
> Could not find any downloads that satisfy the requirement pytz>=2013b
> No distributions at all found for pytz>=2013b
> Storing complete log in /home/gnuhealth/.pip/pip.log

It is a PYTZ naming conflict with the python library index (pypi). We
have documented the fix here (on the patches section) :

https://en.wikibooks.org/wiki/GNU_Health/Installation#Running_the_GNU_Health_Installer

Best,

--
GNU Health : The Free Health and Hospital Information System
http://health.gnu.org
Twitter: @gnuhealth




------------------------------

_______________________________________________
Health mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/health


End of Health Digest, Vol 26, Issue 23
**************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]