health-es
[Top][All Lists]
Advanced

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

Re: [Health-es] problemas con instalación


From: Ginito Vo
Subject: Re: [Health-es] problemas con instalación
Date: Wed, 6 Aug 2014 22:14:17 -0300

Estimada Doña Maria Cecilia

Me eh topado con el mismo problema y lo resolví como le comente, si desea llamarme ando mal de la visita hoy.

Aca estoy para lo que sea y pueda ayudarle.
Mañana, si Dios quiere le escribo paso por paso como lo logre hacer funcionar.

Espero su llamado cuando lo desee o le escribiré mañana lo más lucido posible.

Fuerte abrazo y Bendiciones

Ginito

El 06/08/2014 07:44, "Maria Cecilia Santos Popper" <address@hidden> escribió:
Ginito,
llegue a instalar el cliente y cuando ejecute el binario me tiro el siguiente error
No protocol specified
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
  warnings.warn(str(e), _gtk.Warning)
/home/client/tryton-3.2.2/tryton/gui/main.py:69: Warning: invalid (NULL) pointer instance
  self.window = gtk.Window()
/home/client/tryton-3.2.2/tryton/gui/main.py:69: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  self.window = gtk.Window()
/home/client/tryton-3.2.2/tryton/gui/main.py:163: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.menu_expander.set_expanded(CONFIG['menu.expanded'])
/home/client/tryton-3.2.2/tryton/gui/main.py:163: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.menu_expander.set_expanded(CONFIG['menu.expanded'])
/home/client/tryton-3.2.2/tryton/gui/main.py:169: Warning: invalid (NULL) pointer instance
  self.notebook.popup_enable()
/home/client/tryton-3.2.2/tryton/gui/main.py:169: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  self.notebook.popup_enable()
/home/client/tryton-3.2.2/tryton/gui/main.py:218: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_file = gtk.MenuItem(_('_File'))
/home/client/tryton-3.2.2/tryton/gui/main.py:218: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_file = gtk.MenuItem(_('_File'))
/home/client/tryton-3.2.2/tryton/gui/main.py:394: Warning: invalid (NULL) pointer instance
  menu_file = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:394: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_file = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:397: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:397: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:397: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:400: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_connect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:400: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_connect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:400: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_connect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:405: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect'))
/home/client/tryton-3.2.2/tryton/gui/main.py:405: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect'))
/home/client/tryton-3.2.2/tryton/gui/main.py:405: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_disconnect = gtk.ImageMenuItem(_('_Disconnect'))
/home/client/tryton-3.2.2/tryton/gui/main.py:408: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_disconnect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:408: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_disconnect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:408: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_disconnect.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:415: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_database = gtk.ImageMenuItem(_('Data_base'))
/home/client/tryton-3.2.2/tryton/gui/main.py:415: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_database = gtk.ImageMenuItem(_('Data_base'))
/home/client/tryton-3.2.2/tryton/gui/main.py:415: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_database = gtk.ImageMenuItem(_('Data_base'))
/home/client/tryton-3.2.2/tryton/gui/main.py:418: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_database.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:418: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_database.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:418: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_database.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:421: Warning: invalid (NULL) pointer instance
  menu_database = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:421: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_database = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:426: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:426: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:426: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_new = gtk.ImageMenuItem(_('_New Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:429: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_new.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:429: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_new.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:429: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_new.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:435: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:435: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:435: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_restore = gtk.ImageMenuItem(_('_Restore Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:438: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_restore.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:438: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_restore.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:438: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_restore.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:444: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:444: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:444: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_dump = gtk.ImageMenuItem(_('_Backup Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:447: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_dump.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:447: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_dump.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:447: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_dump.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:453: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:453: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:453: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_drop = gtk.ImageMenuItem(_('Dro_p Database...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:456: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_db_drop.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:456: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_db_drop.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:456: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_db_drop.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:463: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:463: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:463: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:466: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_close.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:466: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_close.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:466: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_close.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:226: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_user = gtk.MenuItem(_('_User'))
/home/client/tryton-3.2.2/tryton/gui/main.py:226: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_user = gtk.MenuItem(_('_User'))
/home/client/tryton-3.2.2/tryton/gui/main.py:475: Warning: invalid (NULL) pointer instance
  menu_user = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:475: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_user = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:477: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:477: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:477: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_preference = gtk.ImageMenuItem(_('_Preferences...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:481: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_preference.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:481: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_preference.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:481: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_preference.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:489: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:489: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:489: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:492: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_menu.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:492: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_menu.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:492: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_menu.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:498: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:498: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:498: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:505: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:505: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:505: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:508: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_global_search.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:508: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_global_search.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:508: 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/client/tryton-3.2.2/tryton/gui/main.py:240: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_options = gtk.MenuItem(_('_Options'))
/home/client/tryton-3.2.2/tryton/gui/main.py:240: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_options = gtk.MenuItem(_('_Options'))
/home/client/tryton-3.2.2/tryton/gui/main.py:517: Warning: invalid (NULL) pointer instance
  menu_options = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:517: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_options = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:519: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_toolbar = gtk.MenuItem(_('_Toolbar'))
/home/client/tryton-3.2.2/tryton/gui/main.py:519: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_toolbar = gtk.MenuItem(_('_Toolbar'))
/home/client/tryton-3.2.2/tryton/gui/main.py:522: Warning: invalid (NULL) pointer instance
  menu_toolbar = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:522: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_toolbar = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:527: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default'))
/home/client/tryton-3.2.2/tryton/gui/main.py:527: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  radiomenuitem_default = gtk.RadioMenuItem(label=_('_Default'))
/home/client/tryton-3.2.2/tryton/gui/main.py:537: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('_Text and Icons'))
/home/client/tryton-3.2.2/tryton/gui/main.py:537: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('_Text and Icons'))
/home/client/tryton-3.2.2/tryton/gui/main.py:547: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('_Icons'))
/home/client/tryton-3.2.2/tryton/gui/main.py:547: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('_Icons'))
/home/client/tryton-3.2.2/tryton/gui/main.py:556: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('_Text'))
/home/client/tryton-3.2.2/tryton/gui/main.py:556: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('_Text'))
/home/client/tryton-3.2.2/tryton/gui/main.py:565: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_menubar = gtk.MenuItem(_('_Menubar'))
/home/client/tryton-3.2.2/tryton/gui/main.py:565: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_menubar = gtk.MenuItem(_('_Menubar'))
/home/client/tryton-3.2.2/tryton/gui/main.py:568: Warning: invalid (NULL) pointer instance
  menu_menubar = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:568: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_menubar = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:573: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators'))
/home/client/tryton-3.2.2/tryton/gui/main.py:573: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  checkmenuitem_accel = gtk.CheckMenuItem(_('Change Accelerators'))
/home/client/tryton-3.2.2/tryton/gui/main.py:581: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_mode = gtk.MenuItem(_('_Mode'))
/home/client/tryton-3.2.2/tryton/gui/main.py:581: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_mode = gtk.MenuItem(_('_Mode'))
/home/client/tryton-3.2.2/tryton/gui/main.py:584: Warning: invalid (NULL) pointer instance
  menu_mode = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:584: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_mode = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:589: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal'))
/home/client/tryton-3.2.2/tryton/gui/main.py:589: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  radiomenuitem_normal = gtk.RadioMenuItem(label=_('_Normal'))
/home/client/tryton-3.2.2/tryton/gui/main.py:597: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('_PDA'))
/home/client/tryton-3.2.2/tryton/gui/main.py:597: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('_PDA'))
/home/client/tryton-3.2.2/tryton/gui/main.py:604: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_form = gtk.MenuItem(_('_Form'))
/home/client/tryton-3.2.2/tryton/gui/main.py:604: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_form = gtk.MenuItem(_('_Form'))
/home/client/tryton-3.2.2/tryton/gui/main.py:607: Warning: invalid (NULL) pointer instance
  menu_form = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:607: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_form = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:613: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  _('Save Width/Height'))
/home/client/tryton-3.2.2/tryton/gui/main.py:613: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  _('Save Width/Height'))
/home/client/tryton-3.2.2/tryton/gui/main.py:624: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  _('Save Tree State'))
/home/client/tryton-3.2.2/tryton/gui/main.py:624: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  _('Save Tree State'))
/home/client/tryton-3.2.2/tryton/gui/main.py:646: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_tab = gtk.MenuItem(_('Tabs Position'))
/home/client/tryton-3.2.2/tryton/gui/main.py:646: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_tab = gtk.MenuItem(_('Tabs Position'))
/home/client/tryton-3.2.2/tryton/gui/main.py:649: Warning: invalid (NULL) pointer instance
  menu_tab = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:649: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_tab = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:654: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  radiomenuitem_top = gtk.RadioMenuItem(label=_('Top'))
/home/client/tryton-3.2.2/tryton/gui/main.py:654: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  radiomenuitem_top = gtk.RadioMenuItem(label=_('Top'))
/home/client/tryton-3.2.2/tryton/gui/main.py:663: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('Left'))
/home/client/tryton-3.2.2/tryton/gui/main.py:663: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('Left'))
/home/client/tryton-3.2.2/tryton/gui/main.py:673: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('Right'))
/home/client/tryton-3.2.2/tryton/gui/main.py:673: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('Right'))
/home/client/tryton-3.2.2/tryton/gui/main.py:683: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  label=_('Bottom'))
/home/client/tryton-3.2.2/tryton/gui/main.py:683: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  label=_('Bottom'))
/home/client/tryton-3.2.2/tryton/gui/main.py:693: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:693: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:693: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:699: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:699: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:699: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  self.accel_group)
/home/client/tryton-3.2.2/tryton/gui/main.py:704: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_limit = gtk.MenuItem(_('Search Limit...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:704: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_limit = gtk.MenuItem(_('Search Limit...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:710: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_email = gtk.MenuItem(_('_Email...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:710: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_email = gtk.MenuItem(_('_Email...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:718: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options'))
/home/client/tryton-3.2.2/tryton/gui/main.py:718: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options'))
/home/client/tryton-3.2.2/tryton/gui/main.py:718: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_opt_save = gtk.ImageMenuItem(_('_Save Options'))
/home/client/tryton-3.2.2/tryton/gui/main.py:721: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_opt_save.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:721: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_opt_save.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:721: 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/client/tryton-3.2.2/tryton/gui/main.py:248: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_favorite = gtk.MenuItem(_('Fa_vorites'))
/home/client/tryton-3.2.2/tryton/gui/main.py:248: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_favorite = gtk.MenuItem(_('Fa_vorites'))
/home/client/tryton-3.2.2/tryton/gui/main.py:264: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  menuitem_help = gtk.MenuItem(_('_Help'))
/home/client/tryton-3.2.2/tryton/gui/main.py:264: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  menuitem_help = gtk.MenuItem(_('_Help'))
/home/client/tryton-3.2.2/tryton/gui/main.py:728: Warning: invalid (NULL) pointer instance
  menu_help = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:728: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
  menu_help = gtk.Menu()
/home/client/tryton-3.2.2/tryton/gui/main.py:730: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:730: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:730: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_tips = gtk.ImageMenuItem(_('_Tips...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:733: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_tips.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:733: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_tips.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:733: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_tips.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:739: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  _('_Keyboard Shortcuts...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:739: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  _('_Keyboard Shortcuts...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:739: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  _('_Keyboard Shortcuts...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:742: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_shortcuts.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:742: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_shortcuts.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:742: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_shortcuts.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:748: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_about = gtk.ImageMenuItem(_('_About...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:748: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_about = gtk.ImageMenuItem(_('_About...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:748: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_about = gtk.ImageMenuItem(_('_About...'))
/home/client/tryton-3.2.2/tryton/gui/main.py:751: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  imagemenuitem_about.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:751: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  imagemenuitem_about.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:751: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
  imagemenuitem_about.set_image(image)
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_context_set_font_description: assertion 'context != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_context_set_base_dir: assertion 'context != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_context_set_language: assertion 'context != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_new: assertion 'context != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_text: assertion 'layout != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_attributes: assertion 'layout != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_alignment: assertion 'layout != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_ellipsize: assertion 'PANGO_IS_LAYOUT (layout)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_single_paragraph_mode: assertion 'PANGO_IS_LAYOUT (layout)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_set_width: assertion 'layout != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_get_extents: assertion 'layout != NULL' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -1055598 and height 1612387
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
  self.window.show_all()
/home/client/tryton-3.2.2/tryton/gui/main.py:177: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed
  self.window.show_all()
Segmentation fault


Parece que es un problema con el escritorio (XFCE) de la maquina virtual....
Voy a poner otro mail en la lista a ver si a alguien le paso


2014-08-03 5:25 GMT-09:00 Ginito Vo <address@hidden>:
Estimada Doña Maria Cecilia,

Me parece más que hermoso compartir con sus hijos la vida, antes que nada, hoy estoy mejor de la vista y puedo escribir en PC, gracias a Dios, espero que pueda todo el día.

Le comento, el cliente de tryton siempre correrlo no como root !!! al menos en Ubuntu y lo que eh transitado hasta ahora.

Pruebe si tiene conexión con el servidor, con un usuario No Root, instalar desde el repositorio el tryton-client, la versión disponible es inferior a la que instala el servidor de Tryton al correr el instalador de gnuhealth. No importa Ud. instalelo, luego a nivel usuario, (usuario "NO GNUHEALTH, OTRO NO ROOT, lo más sencillo es bajar el
último tar.gz del cliente (por ejemplo, tryton-3.2.1-tar.gz) desde http://downloads2.tryton.org/ , extraerlo en tu directorio home de ese usuario o donde desee y ejecutar el binario.

Si aún le sigue dando ese error, cierre la pantalla de loguin cliente, en la pantalla de Tryton en Archivos/Base de Datos/Nueva Base de Datos (adjunto captura).

En Contraseña del Servidor Tryton: admin (como todos sabemos)

En Idioma por defecto: Español Argentina (recomendable si ya tiene lo AR.po en los módulos le hace la traducción al instalar y Tryton ya queda cargado con todos los parámetros por ej. CUIT, y otras coas más para no ser tan extenso.
  
Contraseña Administrados y conformación ni explicarlo, ya sería una falta de respeto.

Luego de crear la base de datos y se soluciona su error, solo en Módulos comience con la instalación de health_profile y los extras o todos los módulos que desee.

Espero con esto pueda solucionarlo, no dude en llamarme o contactarme, si desea hacemos una sesión con Team Viewer y nos ponemos a rodarlo de una vez!!! si así Dios lo quiere.  


Fuerte abrazo,un excelente domingo y Bendiciones !!!

Ginito


El 2 de agosto de 2014, 18:20, Maria Cecilia Santos Popper <address@hidden> escribió:

Gracias Don Ginito... Hoy no estuve en la compu ya que me estuve ocupando de las tareas de madre.
Mañana voy a seguir intentando.
Lo mantengo al tanto....

El 02/08/2014 15:49, "Ginito Vo" <address@hidden> escribió:

Estimada Doña Maria Cecilia,

Llameme que le explico ando pachucho de la vista.

Fuerte abrazo, Bendiciones

Ginito

El 01/08/2014 18:00, "Maria Cecilia Santos Popper" <address@hidden> escribió:
Hola Ginito,
esta es la instalacion en una maquina de la oficina con Debian.
La clave admin no anda. Con la que puedo entrar es con gnuhealth (creo que la cambie en algun momento desde el archivo de configuracion de tryton).
El error que aparece es el que le adjunto


2014-08-01 8:12 GMT-03:00 Ginito Vo <address@hidden>:

Buenos días, Doña Maria Cecilia,

Llámame que le explico repidito nomas nomas, es medio tramposo, por llamarlo así, el primer Pass es "admin".

Fuerte abrazo y Bendiciones

Ginito

El 01/08/2014 05:20, "Maria Cecilia Santos Popper" <address@hidden> escribió:

Estimados, sigo batallando con la instalacion.
Esta vez con una dirtro SolidX debian desde cero,

He logrado instalar trytond y cliente tryton. Tambien pude crear la base local para gnuhealth.
Pero ahora me topo con un nuevo error:

Al ingresar al cliente tryton me da un error bastante largo relacionado con iconos del sistema.
Copio la ultima linea del error porque es muy largo:
  File "/home/user/.local/lib/python2.7/site-packages/tryton/common/common.py", line 103, in register_icon
    icon_ref = (self._name2id[iconname], iconname)


Alguna idea de que es ?
Gracias


2014-07-22 12:30 GMT-03:00 Luis González <address@hidden>:
Es correcto (si es el paquete postgresql-server-dev-9.3).

La verdad, no se que puede estar pasando, yo he hecho varias
instalaciones en ubuntu 14.04 y cuando me ha salido ese error
normalmente es porque el servidor no está corriendo. Si te fijas, el
error dice "No such file or directory", lo que significa (en
condiciones normales) que el servidor no está corriendo. La única
diferencia es que yo instalo el paquete "postgresql-server-dev-all" en
vez del 9.1, pero no debería haber diferencia

Revisa por si a caso cuando corres el ./trytond, en las 3 líneas que
escribe, la primera debe decir algo como:
"... INFO:server:using ../etc/trytond.conf as configuration file"

El archivo de configuración debe ser ese que te pone ahí, no otro.

También escríbeme la salida de estos comandos:
ls -l /var/run/postgresql/.s.PGSQL.5432
service postgresql status

Y adjúntame el archivo de configuración trytond.conf

Más arriba mencionaste que estabas usando Ubuntu 14.10 en tu laptop,
¿eso quiere decir que estás usando la versión beta de Ubuntu? ¿o te
equivocaste escribiendo el número de versión?

Imagino que entre todas las pruebas que has hecho ya habŕás reiniciado
el sistema al menos una vez. Si no, puedes probar a reiniciar
postgresql:
sudo service postgresql restart

El 22/7/14, Maria Cecilia Santos Popper <address@hidden> escribió:
> tengo instalado el paquete 9.3 que si no me equivoco tiene el paquete
> server-dev incluído verdad?
>
>
> 2014-07-22 10:39 GMT-03:00 Luis González <address@hidden>:
>
>> Una pregunta: el paquete que decía en la wiki
>> "postgresql-server-dev-9.1", ¿qué hiciste respecto a su instalación?
>>
>> El 22/7/14, Maria Cecilia Santos Popper <address@hidden> escribió:
>> > Pues todo eso funciona......el puerto está abierto. Puedo crear y
>> > dropear
>> > la base prueba....
>> >
>> > Ya estoy perdiendo las esperanzas!!! Hehehehe
>> >
>> >
>> > 2014-07-21 22:49 GMT-03:00 Luis González <address@hidden>:
>> >
>> >> Si, pareciera que el postgresql no estuviera corriendo. Tienes el
>> >> paquete postgresql instalado ¿o no?
>> >> (sudo apt-get install postgresql)
>> >>
>> >> También puedes ver si está corriendo con nmap, el puerto 5432 debería
>> >> estar abierto.
>> >>
>> >> Por último puede ser que haya algún problema con los permisos sobre
>> >> las bases de datos, prueba a crear, conectarte y eliminar una base de
>> >> datos:
>> >> sudo su gnuhealth
>> >> createdb prueba
>> >> psql prueba
>> >> (presiona CTRL+D o escribe \q para salir de psql)
>> >> dropdb prueba
>> >>
>> >> Si algúno de esos comandos te falla, me avisas
>> >>
>> >> El 21/7/14, Maria Cecilia Santos Popper <address@hidden>
>> >> escribió:
>> >> > Luis, finalmente hoy pude ponerme a probar tu sugerencia de crear la
>> >> > base
>> >> > desde cero.
>> >> > Al momento de intentarlo obtuve el siguiente error (adjunto
>> >> > prtscreen)
>> >> > y
>> >> el
>> >> > siguiente error en la consola donde corría el servidor postgresql
>> >> > [Tue Jul 22 00:54:01 2014] ERROR:database:CREATE DB: gnuhealth
>> >> > failed
>> >> > [Tue Jul 22 00:54:01 2014] ERROR:database:Exception in call:
>> >> > Traceback (most recent call last):
>> >> >   File
>> >> >
>> >>
>> "/home/gnuhealth/gnuhealth/tryton/server/trytond-3.2.1/trytond/protocols/dispatcher.py",
>> >> > line 216, in create
>> >> >     with Transaction().start(None, 0, close=True, autocommit=True) \
>> >> >   File
>> >> >
>> >>
>> "/home/gnuhealth/gnuhealth/tryton/server/trytond-3.2.1/trytond/transaction.py",
>> >> > line 82, in start
>> >> >     database = Database().connect()
>> >> >   File
>> >> >
>> >>
>> "/home/gnuhealth/gnuhealth/tryton/server/trytond-3.2.1/trytond/backend/postgresql/database.py",
>> >> > line 66, in connect
>> >> >     self._connpool = ThreadedConnectionPool(minconn, maxconn, dsn)
>> >> >   File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line
>> >> > 180,
>> >> > in
>> >> > __init__
>> >> >     self, minconn, maxconn, *args, **kwargs)
>> >> >   File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line 82,
>> in
>> >> > __init__
>> >> >     self._connect()
>> >> >   File "/usr/lib/python2.7/dist-packages/psycopg2/pool.py", line 86,
>> in
>> >> > _connect
>> >> >     conn = psycopg2.connect(*self._args, **self._kwargs)
>> >> >   File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line
>> >> > 179,
>> >> > in connect
>> >> >     connection_factory=connection_factory, async=async)
>> >> > OperationalError: could not connect to server: No such file or
>> >> > directory
>> >> >     Is the server running locally and accepting
>> >> >     connections on Unix domain socket
>> >> "/var/run/postgresql/.s.PGSQL.5432"?
>> >> >
>> >> >
>> >> > Parecería ser un problema al correr la base de manera local, no?
>> >> >
>> >> >
>> >> > 2014-07-19 11:48 GMT-03:00 Luis González <address@hidden>:
>> >> >
>> >> >> Bueno, te cuento que en la primera instalación que hice me pasó
>> >> >> exactamente lo mismo.
>> >> >>
>> >> >> Prueba lo siguiente:
>> >> >> 1. Abre el cliente de Tryton y cierra la ventana de login.
>> >> >> 2. En el menú, ve a File -> Database -> New Database...
>> >> >> 3. Coloca los siguientes datos:
>> >> >> Server connection -> localhost, en el puerto 8000
>> >> >> Tryton Server Password -> admin (este es el password por defecto
>> >> >> del
>> >> >> servidor)
>> >> >> Database name -> gnuhealth (preferiblemente, puede ser cualquiera)
>> >> >> Database password -> loquesea
>> >> >>
>> >> >> Si logras crear la base de datos, luego podrás iniciar sesión con
>> >> >> el
>> >> >> usuario "admin" y el password "loquesea" (el que hayas puesto)
>> >> >>
>> >> >> Si te fijas hay 2 password distintos que son relevantes:
>> >> >> 1. El password del servidor: viene por defecto en "admin", sirve
>> >> >> para
>> >> >> crear bases de datos nuevas (y eliminarlas también)
>> >> >> 2. El password de la base de datos: lo proporcionas al momento de
>> >> >> crear la base de datos, es el que usará el administrador de esa BD.
>> >> >> Recuerda que en un mismo servidor podrías tener barias bases de
>> >> >> datos
>> >> >> con propósitos distintos, y el administrador de cada una de ellas
>> >> >> tendría un password distinto. Pero claro, ya esos son casos más
>> >> >> complejos, sólo te lo menciono para que te vayas haciendo una idea
>> del
>> >> >> funcionamiento
>> >> >>
>> >> >> El 18/7/14, Maria Cecilia Santos Popper <address@hidden>
>> >> >> escribió:
>> >> >> > He intentado crear la base de datos pero obtengo el error de
>> >> >> > conexion
>> >> >> > con
>> >> >> > servidor
>> >> >> > Es alli donde se define como usuario admin?
>> >> >> > Luego en el login de tryton me solicita una contrasena, cual debo
>> >> >> ingresar?
>> >> >> > La de gnuhealth?
>> >> >> > Cualquier combinacion de clave/usuario retorna un error de
>> >> usuario/pass
>> >> >> >
>> >> >> > Perdon si son muy basicas las preguntas, pero no se si estoy
>> >> >> > entendiendo
>> >> >> la
>> >> >> > logica detras de ello....
>> >> >> >
>> >> >> > Gracias
>> >> >> >
>> >> >> >
>> >> >> > 2014-07-18 21:01 GMT-03:00 Luis González <address@hidden>:
>> >> >> >
>> >> >> >> Se me pasó decir en el correo anterior que el usuario por
>> >> >> >> defecto
>> >> >> >> en
>> >> >> >> la pantalla de login de tryton es admin (por supuesto, después
>> >> >> >> de
>> >> >> >> haber creado la base de datos...)
>> >> >> >>
>> >> >> >> El 18/7/14, Luis González <address@hidden> escribió:
>> >> >> >> > De nada, estamos para ayudarnos!
>> >> >> >> >
>> >> >> >> > Te explico: El comando:
>> >> >> >> > su - postgres -c "createuser --createdb --no-createrole
>> >> >> >> > --no-superuser
>> >> >> >> > gnuhealth"
>> >> >> >> >
>> >> >> >> > Efectibamente lo que hace es crear el usuario de base de datos
>> >> >> >> > (también llamado rol) "gnuhealth". No necesita  password,
>> >> >> >> > porque
>> >> esa
>> >> >> >> > cuenta sólo será usada por el usuario de Unix con el mismo
>> nombre
>> >> >> >> > (que
>> >> >> >> > puede logearse sin introducir nada). De hecho es más seguro
>> >> >> >> > así,
>> >> >> >> > porque como tiene el password desactivado, no hay combinación
>> >> >> >> > de
>> >> >> >> > login
>> >> >> >> > posible que permita el acceso a otros usuarios.
>> >> >> >> >
>> >> >> >> > Cuando te decía crear la base de datos, me refería a hacerlo
>> >> >> >> > desde
>> >> >> >> > el
>> >> >> >> > cliente de Tryton (cómo hiciste antes, en la pantalla de
>> >> >> >> > login).
>> >> >> >> >
>> >> >> >> > El 18/7/14, Maria Cecilia Santos Popper <address@hidden>
>> >> >> escribió:
>> >> >> >> >> Luis, primero que nada quiero agradecerte enormemente la
>> >> >> >> >> ayuda
>> >> >> >> >> que
>> >> >> >> >> me
>> >> >> >> >> estas
>> >> >> >> >> dando.
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> Siguiendo con el problema, he comenzado una instalacion nueva
>> >> >> >> >> siguiendo
>> >> >> >> >> secuencialmente los paso del tutorial.
>> >> >> >> >> No se si crear una base de datos es el paso que dice:
>> >> >> >> >>
>> >> >> >> >> su - postgres -c "createuser --createdb --no-createrole
>> >> >> --no-superuser
>> >> >> >> >> gnuhealth"
>> >> >> >> >> (dicho sea de paso, no me pidio indicar ninguna contrase; es
>> >> >> >> >> acaso
>> >> >> >> >> la
>> >> >> >> >> misma contrase;a de UNIX?)
>> >> >> >> >>
>> >> >> >> >> No se mucho de postgresql pero entiendo que esto solo crea al
>> >> >> >> >> usuario
>> >> >> >> >> pero no a la base.
>> >> >> >> >> Cual seria sino la instancia para crear la base?
>> >> >> >> >>
>> >> >> >> >> Por el momento puedo confirmar que el puerto 8000 esta
>> >> >> >> >> abierto.
>> >> >> >> >>
>> >> >> >> >> Tambien puedo levantar el servidor trytond y el cliente
>> >> >> >> >> tryton
>> >> >> >> >> Pero no puedo conectarme al localhost
>> >> >> >> >>
>> >> >> >> >> Adjunto prtscrn de las tres terminales: 1) trytond 2)
>> >> tryton-client
>> >> >> 3)
>> >> >> >> >> nmap loclahost
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> GRacias!
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >>
>> >> >> >> >> 2014-07-18 20:07 GMT-03:00 Luis González <address@hidden
>> >:
>> >> >> >> >>
>> >> >> >> >>> No es eso. Cuando cambias la línea en trytond.conf a:
>> >> >> >> >>> jsonrpc = *:8000
>> >> >> >> >>>
>> >> >> >> >>> Acepta todo tipo de conexiones, tanto externas como locales.
>> El
>> >> >> >> >>> "*"
>> >> >> >> >>> quiere decir "lo que sea".
>> >> >> >> >>>
>> >> >> >> >>> Puede estar sucediendo alguna de estas cosas:
>> >> >> >> >>> 1. ¿Pudiste crear la base de datos? Recuerda que si
>> >> >> >> >>> empezaste
>> >> >> >> >>> de
>> >> >> >> >>> nuevo, tienes que crearla otra vez
>> >> >> >> >>>
>> >> >> >> >>> 2. También es posible que hayas cometido algún error
>> >> >> >> >>> escribiendo
>> >> >> >> >>> la
>> >> >> >> >>> línea.
>> >> >> >> >>>
>> >> >> >> >>> Puedes ver si el servidor realmente está accesible,
>> >> >> >> >>> escribiendo:
>> >> >> >> >>> nmap localhost
>> >> >> >> >>>
>> >> >> >> >>> Esto te dice cuales puertos están abiertos, y el puerto 8000
>> >> >> >> >>> debería
>> >> >> >> >>> estarlo. Si no lo está, significa que el servidor no está
>> >> >> >> >>> corriendo
>> >> >> o
>> >> >> >> >>> no está bien configurado
>> >> >> >> >>>
>> >> >> >> >>> Por cierto, si nmap no está instalado, puedes hacerlo:
>> >> >> >> >>> sudo apt-get install nmap
>> >> >> >> >>>
>> >> >> >> >>> Espero puedas hacerlo funcionar!
>> >> >> >> >>>
>> >> >> >> >>> El 18/7/14, Maria Cecilia Santos Popper
>> >> >> >> >>> <address@hidden>
>> >> >> >> escribió:
>> >> >> >> >>> > Gracias Luis!
>> >> >> >> >>> >
>> >> >> >> >>> > Efectivamente tuve que desinstalar una instalacion previa
>> >> >> >> >>> > de
>> >> >> Tryton
>> >> >> >> >>> Server
>> >> >> >> >>> > y volver a empezar.
>> >> >> >> >>> > Ahora logro levantar tryton server y cargar el cliente,
>> >> >> >> >>> > pero
>> >> >> >> >>> > no
>> >> >> >> >>> > puedo
>> >> >> >> >>> > conectarme a la base en el localhost (misma maquina para
>> >> cliente
>> >> >> >> >>> > y
>> >> >> >> >>> > servidor).
>> >> >> >> >>> > He modificado el trytond.conf para que acepte conexiones
>> >> >> >> >>> > externas,
>> >> >> >> >>> > puede
>> >> >> >> >>> > ser por eso que no acepte conexiones del localhost?
>> >> >> >> >>> >
>> >> >> >> >>> > De todas maneras voy a seguir explorando con la base de
>> >> >> >> >>> > demo...
>> >> >> >> >>> >
>> >> >> >> >>> > Gracias!
>> >> >> >> >>> >
>> >> >> >> >>> >
>> >> >> >> >>> > 2014-07-18 11:05 GMT-03:00 Luis González <
>> address@hidden
>> >> >:
>> >> >> >> >>> >
>> >> >> >> >>> >> ¿Funcionó lo que te puse?
>> >> >> >> >>> >>
>> >> >> >> >>> >> Si funcionó, no hace falta empezar la instalación desde
>> >> >> >> >>> >> cero.
>> >> >> >> >>> >> Yo
>> >> >> >> >>> >> lo
>> >> >> >> >>> >> que creo es que instalaste el servidor de tryton (el
>> paquete
>> >> >> >> >>> >> (tryton-server) que crea el archivo de configuración
>> >> >> >> >>> >> /etc/trytond.conf. Al correr el servidor de GNU Health,
>> >> intenta
>> >> >> >> >>> >> usar
>> >> >> >> >>> >> ese archivo, pero no puede (no tiene permisos, sólo
>> >> >> tryton-server)
>> >> >> >> >>> >>
>> >> >> >> >>> >> Si este es el caso, sólo tienes que desinstalarlo,
>> haciendo:
>> >> >> >> >>> >> sudo apt-get purge tryton-server
>> >> >> >> >>> >>
>> >> >> >> >>> >> Y por si a caso borras el archivo, por si no se borro:
>> >> >> >> >>> >> sudo rm /etc/trytond.conf
>> >> >> >> >>> >>
>> >> >> >> >>> >> Ahora si lo que quieres es empezar con la instalación
>> >> >> >> >>> >> desde
>> >> >> >> >>> >> cero,
>> >> >> >> >>> >> es
>> >> >> >> >>> >> fácil, sólo son 3 pasos:
>> >> >> >> >>> >> sudo deluser gnuhealth
>> >> >> >> >>> >> sudo rm -r /home/gnuhealth /tmp/gnuhealth_installer
>> >> >> >> >>> >> sudo su postgres -c "dropuser gnuhealth"
>> >> >> >> >>> >>
>> >> >> >> >>> >> (Eliminas el usuario, los directorios creados y el
>> >> >> >> >>> >> usuario
>> >> >> >> >>> >> de
>> >> >> base
>> >> >> >> de
>> >> >> >> >>> >> datos)
>> >> >> >> >>> >>
>> >> >> >> >>> >> Si llegas a tener algún otro problema, no dudes en
>> >> >> >> >>> >> escribirme.
>> >> >> >> >>> >>
>> >> >> >> >>> >> PD: deberías enviar el correo con copia a la lista, por
>> >> >> >> >>> >> si
>> a
>> >> >> >> >>> >> alguien
>> >> >> >> >>> >> más le pudiera ser útil esta información
>> >> >> >> >>> >>
>> >> >> >> >>> >> El 18/7/14, Maria Cecilia Santos Popper
>> >> >> >> >>> >> <address@hidden>
>> >> >> >> >>> >> escribió:
>> >> >> >> >>> >> > Hola Luis, es realmente muy extrano
>> >> >> >> >>> >> > Estoy tratando de instalar desde hace tres dias y me
>> >> >> >> >>> >> > topo
>> >> con
>> >> >> >> >>> >> > todo
>> >> >> >> >>> tipo
>> >> >> >> >>> >> de
>> >> >> >> >>> >> > errores
>> >> >> >> >>> >> > Hay alguna manera de eliminar todos los archivos y
>> >> >> >> >>> >> > carpetas
>> >> >> >> >>> >> > temporales
>> >> >> >> >>> >> que
>> >> >> >> >>> >> > haya podido generar una instalacion defectuosa previa y
>> >> >> >> >>> >> > volver
>> >> >> a
>> >> >> >> >>> >> > instalar
>> >> >> >> >>> >> > todo de cero?
>> >> >> >> >>> >> >
>> >> >> >> >>> >> >
>> >> >> >> >>> >> > 2014-07-18 10:10 GMT-03:00 Luis González <
>> >> address@hidden
>> >> >> >:
>> >> >> >> >>> >> >
>> >> >> >> >>> >> >> Eso es muy extraño.
>> >> >> >> >>> >> >>
>> >> >> >> >>> >> >> ¿Lo estás corriendo usando "cdexe" y después
>> "./trytond"?
>> >> >> >> >>> >> >>
>> >> >> >> >>> >> >> Antes de esta instalación, ¿lo intentaste instalar con
>> un
>> >> >> >> >>> >> >> paquete
>> >> >> >> >>> .deb
>> >> >> >> >>> >> >> o algo parecido? Si es así y todavía está instalado,
>> >> >> >> >>> >> >> deberías
>> >> >> >> >>> >> >> eliminarlo.
>> >> >> >> >>> >> >>
>> >> >> >> >>> >> >> Intenta correrlo así a ver si te funciona:
>> >> >> >> >>> >> >> cdexe
>> >> >> >> >>> >> >> TRYTOND_CONFIG="../etc/trytond.conf" ./trytond
>> >> >> >> >>> >> >>
>> >> >> >> >>> >> >>
>> >> >> >> >>> >> >> El 18/7/14, Maria Cecilia Santos Popper
>> >> >> >> >>> >> >> <address@hidden>
>> >> >> >> >>> >> >> escribió:
>> >> >> >> >>> >> >> > En efecto, eran esas dependencias las que me
>> >> >> >> >>> >> >> > faltaban.
>> >> >> >> >>> >> >> > Ya esta instalado gnuhealth....
>> >> >> >> >>> >> >> > Pero ahora el problema con el que me encuentro es
>> >> >> >> >>> >> >> > que
>> >> >> >> >>> >> >> > no
>> >> >> >> >>> >> >> > puedo
>> >> >> >> >>> >> >> > bootear
>> >> >> >> >>> >> >> > trytond:
>> >> >> >> >>> >> >> > Traceback (most recent call last):
>> >> >> >> >>> >> >> >   File "./trytond", line 113, in <module>
>> >> >> >> >>> >> >> >     trytond.server.TrytonServer(options).run()
>> >> >> >> >>> >> >> >   File
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >>
>> >> >> >> >>> >>
>> >> >> >> >>>
>> >> >> >>
>> >> >>
>> >>
>> "/home/gnuhealth/gnuhealth/tryton/server/trytond-3.2.1/trytond/server.py",
>> >> >> >> >>> >> >> > line 30, in __init__
>> >> >> >> >>> >> >> >     CONFIG.update_etc(options['configfile'])
>> >> >> >> >>> >> >> >   File
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >>
>> >> >> >> >>> >>
>> >> >> >> >>>
>> >> >> >>
>> >> >>
>> >>
>> "/home/gnuhealth/gnuhealth/tryton/server/trytond-3.2.1/trytond/config.py",
>> >> >> >> >>> >> >> > line 121, in update_etc
>> >> >> >> >>> >> >> >     with open(self.configfile) as fp:
>> >> >> >> >>> >> >> > IOError: [Errno 13] Permission denied:
>> >> '/etc/trytond.conf'
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >> > 2014-07-18 9:38 GMT-03:00 Luis González
>> >> >> >> >>> >> >> > <address@hidden>:
>> >> >> >> >>> >> >> >
>> >> >> >> >>> >> >> >> Me parece que el problema principal es que no
>> >> >> >> >>> >> >> >> encuentra
>> >> >> >> >>> >> >> >> el
>> >> >> >> >>> >> >> >> archivo
>> >> >> >> >>> >> >> >> xmlversion.h. Revisa que tengas todas las
>> dependencias
>> >> >> >> >>> >> >> >> instaladas,
>> >> >> >> >>> >> >> >> especialmente los paquetes de desarrollo de XML y
>> >> >> >> >>> >> >> >> XSLT.
>> >> >> >> >>> >> >> >> Lo
>> >> >> >> >>> >> >> >> siguiente
>> >> >> >> >>> >> >> >> debería solucionar el problema:
>> >> >> >> >>> >> >> >> sudo apt-get install libxml2-dev libxslt1-dev
>> >> >> >> >>> >> >> >>
>> >> >> >> >>> >> >> >> Te recomiendo que revises las demás dependencias;
>> >> >> >> >>> >> >> >> si
>> >> >> >> >>> >> >> >> te
>> >> >> >> >>> >> >> >> faltan
>> >> >> >> >>> >> >> >> esas,
>> >> >> >> >>> >> >> >> también te podrían estar faltando otras:
>> >> >> >> >>> >> >> >> sudo apt-get install python-pip python-imaging
>> >> postgresql
>> >> >> >> >>> >> >> >> build-essential python-dev
>> >> >> >> >>> >> >> >> postgresql-server-dev-all
>> >> >> >> >>> >> >> >> libldap2-dev
>> >> >> >> >>> >> >> >> libsasl2-dev
>> >> >> >> >>> >> >> >>
>> >> >> >> >>> >> >> >> El 18/7/14, Luis Falcon <address@hidden> escribió:
>> >> >> >> >>> >> >> >> > Hola Cecilia !
>> >> >> >> >>> >> >> >> > On Thu, 17 Jul 2014 19:11:34 -0300
>> >> >> >> >>> >> >> >> > Maria Cecilia Santos Popper <address@hidden>
>> >> >> >> >>> >> >> >> > wrote:
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> >> Gracias Luis,
>> >> >> >> >>> >> >> >> >> para evitar conflictos decidi empezar de cero en
>> mi
>> >> >> >> >>> >> >> >> >> laptop.
>> >> >> >> >>> >> >> >> >> Ubuntu
>> >> >> >> >>> >> >> >> >> 14.10 Luego de ejecutar el script de instalacion
>> >> >> >> >>> >> >> >> >> obtuve
>> >> >> >> >>> >> >> >> >> el
>> >> >> >> >>> >> >> >> >> siguiente
>> >> >> >> >>> >> >> >> >> mensaje de error
>> >> >> >> >>> >> >> >> >> "Command /usr/bin/python -c "import setuptools,
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >>
>> >> >> >> >>> >> >>
>> >> >> >> >>> >>
>> >> >> >> >>>
>> >> >> >>
>> >> >>
>> >>
>> tokenize;__file__='/tmp/pip_build_gnu/lxml/setup.py';exec(compile(getattr(tokenize,
>> >> >> >> >>> >> >> >> >> 'open', open)(__file__).read().replace('\r\n',
>> >> >> >> >>> >> >> >> >> '\n'),
>> >> >> >> >>> >> >> >> >> __file__,
>> >> >> >> >>> >> >> >> >> 'exec'))" install --record
>> >> >> >> >>> >> >> >> >> /tmp/pip-pLfVNa-record/install-record.txt
>> >> >> >> >>> >> >> >> >> --single-version-externally-managed --compile
>> >> >> >> >>> >> >> >> >> --user
>> >> >> >> >>> >> >> >> >> failed
>> >> >> >> >>> with
>> >> >> >> >>> >> >> >> >> error code 1 in /tmp/pip_build_gnu/lxml"
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > Manda - como archivo adjunto - el log entero de
>> >> >> >> >>> >> >> >> > la
>> >> >> >> >>> >> >> >> > instalación.
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > Ejecuta el script de la siguiente manera
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > $ bash ./gnuhealth_install.sh 2>&1 | tee
>> >> >> >> >>> >> >> >> > /tmp/gnuhealth_install.log
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > y adjunta en el correo el archivo
>> >> >> >> >>> >> >> >> > /tmp/gnuhealth_install.log
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >> Al tratar de pasar al siguiente paso (source
>> >> >> >> >>> >> >> >> >> $HOME/.gnuhealthr)
>> >> >> >> >>> >> >> >> >> obtengo el siguiente mensaje de error: bash:
>> >> >> >> >>> >> >> >> >> /home/gnu/.gnuhealthrc:
>> >> >> >> >>> >> >> >> >> No such file or directory
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >> Alguna idea de que podria esta causando el
>> >> >> >> >>> >> >> >> >> problema?
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > Esto seguramente sea porque el archivo
>> >> >> >> >>> >> >> >> > $HOME/.gnuhealthrc
>> >> >> >> >>> >> >> >> > se
>> >> >> >> >>> >> >> >> > genera
>> >> >> >> >>> >> >> >> > al
>> >> >> >> >>> >> >> >> > final de la instalación, por lo que si el proceso
>> >> >> >> >>> >> >> >> > abortó,
>> >> >> >> >>> >> >> >> > no
>> >> >> >> >>> >> >> >> > llegó
>> >> >> >> >>> >> a
>> >> >> >> >>> >> >> >> > este paso.
>> >> >> >> >>> >> >> >> >
>> >> >> >> >>> >> >> >> > Saludos !
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >> Gracias
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >> 2014-07-17 13:01 GMT-03:00 Luis Falcon <
>> >> address@hidden
>> >> >> >:
>> >> >> >> >>> >> >> >> >>
>> >> >> >> >>> >> >> >> >> > Hola Cecilia !
>> >> >> >> >>> >> >> >> >> > On Thu, 17 Jul 2014 12:20:42 -0300
>> >> >> >> >>> >> >> >> >> > Maria Cecilia Santos Popper <
>> address@hidden>
>> >> >> >> >>> >> >> >> >> > wrote:
>> >> >> >> >>> >> >> >> >> >
>> >> >> >> >>> >> >> >> >> > > Estoy trabajando en un Ubuntu 13.04
>> >> >> >> >>> >> >> >> >> > >
>> >> >> >> >>> >> >> >> >> > >
>> >> >> >> >>> >> >> >> >> > > Aqui adjunto screenshot y trasncribo error
>> >> >> >> >>> >> >> >> >> > > "
>> >> >> >> >>> >> >> >> >> > > Traceback (most recent call last):
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/protocols/jsonrpc.py", line
>> >> >> >> >>> >> >> >> >> > > 125,
>> >> >> >> >>> >> >> >> >> > > in
>> >> >> >> >>> >> >> >> >> > > _marshaled_dispatch response['result'] =
>> >> >> >> >>> >> >> >> >> > > dispatch_method(method,
>> >> >> >> >>> >> >> >> >> > > params) File
>> >> >> >> >>> >> >> >> >> > > "/trytond/protocols/jsonrpc.py",
>> >> line
>> >> >> >> >>> >> >> >> >> > > 158,
>> >> >> >> >>> >> >> >> >> > > in
>> >> >> >> >>> >> >> >> >> > > _dispatch res = dispatch(*args)
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/protocols/dispatcher.py",
>> line
>> >> >> >> >>> >> >> >> >> > > 42,
>> >> >> >> >>> >> >> >> >> > > in
>> >> >> >> >>> >> dispatch
>> >> >> >> >>> >> >> >> >> > >     res = security.login(database_name,
>> >> >> >> >>> >> >> >> >> > > user,
>> >> >> >> >>> >> >> >> >> > > session)
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/security.py", line 19, in
>> >> >> >> >>> >> >> >> >> > > login
>> >> >> >> >>> >> >> >> >> > >     pool = _get_pool(dbname)
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/security.py", line 13, in
>> >> >> >> >>> >> >> >> >> > > _get_pool
>> >> >> >> >>> >> >> >> >> > >     pool.init()
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/pool.py", line 140, in init
>> >> >> >> >>> >> >> >> >> > >     self.start()
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/pool.py", line 92, in start
>> >> >> >> >>> >> >> >> >> > >     register_classes()
>> >> >> >> >>> >> >> >> >> > >   File "/trytond/modules/__init__.py", line
>> >> >> >> >>> >> >> >> >> > > 326,
>> >> >> >> >>> >> >> >> >> > > in
>> >> >> >> >>> >> >> >> >> > > register_classes for package in
>> >> >> >> >>> >> >> >> >> > > create_graph(get_module_list())[0]: File
>> >> >> >> >>> >> >> >> >> > > "/trytond/modules/__init__.py", line 159, in
>> >> >> >> >>> >> >> >> >> > > create_graph
>> >> >> >> >>> >> raise
>> >> >> >> >>> >> >> >> >> > > Exception('Module %s not found' % module)
>> >> >> >> >>> >> >> >> >> > > Exception:
>> >> >> >> >>> >> >> >> >> > > Module
>> >> >> >> >>> >> >> >> >> > > account_invoice_history not found"
>> >> >> >> >>> >> >> >> >> >
>> >> >> >> >>> >> >> >> >> > El módulo "account_invoice_history" no es
>> >> >> >> >>> >> >> >> >> > parte
>> >> >> >> >>> >> >> >> >> > de
>> >> >> >> >>> >> >> >> >> > la
>> >> >> >> >>> >> instalación
>> >> >> >> >>> >> >> >> >> > estándar de GNU Health.
>> >> >> >> >>> >> >> >> >> >
>> >> >> >> >>> >> >> >> >> > Es posible que hayan instalado otros módulos
>> >> >> >> >>> >> >> >> >> > adicionales
>> >> >> >> >>> >> >> >> >> > -no
>> >> >> >> >>> >> >> >> >> > pertenecientes a los que vienen por defecto- y
>> >> >> >> >>> >> >> >> >> > esté
>> >> >> >> >>> >> >> >> >> > generando
>> >> >> >> >>> >> >> >> >> > problemas.
>> >> >> >> >>> >> >> >> >> >
>> >> >> >> >>> >> >> >> >> > Saludos !
>> >> >> >> >>> >> >> >> >> > >
>> >> >> >> >>> >> >> >> >> > >
>> >> >> >> >>> >> >> >> >> > > 2014-07-16 18:22 GMT-03:00 Luis González
>> >> >> >> >>> >> >> >> >> > > <address@hidden
>> >> >> >> >>> >> >:
>> >> >> >> >>> >> >> >> >> > >
>> >> >> >> >>> >> >> >> >> > > > Hola.
>> >> >> >> >>> >> >> >> >> > > >
>> >> >> >> >>> >> >> >> >> > > > 1. ¿Bajo que sistema
>> >> >> operativo/distribución/versión
>> >> >> >> >>> >> >> >> >> > > > hiciste
>> >> >> >> >>> >> >> >> >> > > > la
>> >> >> >> >>> >> >> >> >> > > > instalación? 2. ¿Puedes copiar el mensaje
>> >> >> >> >>> >> >> >> >> > > > de
>> >> >> >> >>> >> >> >> >> > > > error
>> >> >> >> >>> >> >> >> >> > > > o
>> >> >> >> >>> >> >> >> >> > > > tomarle
>> >> >> >> >>> >> >> >> >> > > > un
>> >> >> >> >>> >> >> >> >> > > > pantallazo? Eso daría más noción de cual
>> >> >> >> >>> >> >> >> >> > > > es
>> >> >> >> >>> >> >> >> >> > > > el
>> >> >> >> >>> >> >> >> >> > > > problema
>> >> >> >> >>> >> >> >> >> > > >
>> >> >> >> >>> >> >> >> >> > > > El 16/7/14, Maria Cecilia Santos Popper <
>> >> >> >> >>> >> address@hidden>
>> >> >> >> >>> >> >> >> >> > > > escribió:
>> >> >> >> >>> >> >> >> >> > > > > Hola a todos!
>> >> >> >> >>> >> >> >> >> > > > > He seguido el tutorial para instalar
>> >> >> >> >>> >> >> >> >> > > > > GNUHealth.
>> >> >> >> >>> >> >> >> >> > > > > He logrado avanzar hasta el punto en el
>> que
>> >> >> >> >>> >> >> >> >> > > > > debo
>> >> >> >> >>> >> >> >> >> > > > > correr
>> >> >> >> >>> >> >> Tryton
>> >> >> >> >>> >> >> >> >> > > > > (. /tryton con usuario != gnuhealth).
>> >> >> >> >>> >> >> >> >> > > > > En este punto, he podido crear la nueva
>> >> >> >> >>> >> >> >> >> > > > > base
>> >> >> >> >>> >> >> >> >> > > > > de
>> >> >> >> >>> >> >> >> >> > > > > datos
>> >> >> >> >>> en
>> >> >> >> >>> >> el
>> >> >> >> >>> >> >> >> >> > > > > prompt de
>> >> >> >> >>> >> >> >> >> > > > login
>> >> >> >> >>> >> >> >> >> > > > > de Tryton pero al momento de logearme
>> >>  aparece
>> >> >> un
>> >> >> >> >>> >> >> >> >> > > > > error
>> >> >> >> >>> >> que
>> >> >> >> >>> >> >> >> >> > > > > indica que no puede cargar el historial
>> del
>> >> >> >> >>> >> >> >> >> > > > > módulo
>> >> >> >> >>> >> >> >> >> > > > > de
>> >> >> >> >>> >> >> >> >> > > > > facturación. Por lo tanto no puedo ver
>> >> >> >> >>> >> >> >> >> > > > > los
>> >> >> >> >>> >> >> >> >> > > > > módulos
>> >> >> >> >>> >
...

reply via email to

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