ALT Linux Community general discussions
 help / color / mirror / Atom feed
* Re: [Comm] Проблема с gdesklets
  2004-03-23  8:17 [Comm] Проблема с gdesklets Andrey A. Jelnin
@ 2004-03-23  6:17 ` Alexander Kirey
  2004-03-23  8:46   ` Andrey A. Jelnin
  2004-03-23  9:08   ` Egor S. Orlov
  0 siblings, 2 replies; 17+ messages in thread
From: Alexander Kirey @ 2004-03-23  6:17 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 12:17:51 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> Второй раз пишу уже...
> 
> Версия - 0.25.1-alt0.1
> Дистрибутив ALM Compact - просизифленный на прошлой неделе
> При запуске пишет - 
> ---
> $ gdesklets
> You need a recent version of PyGTK to run this program.

apt-get install PyGTK

> Traceback (most recent call last):
>   File "/usr/bin/gdesklets", line 4, in ?
>     from main import HOME
>   File "/usr/share/gdesklets/main/__init__.py", line 46, in ?
>     import gnome.ui
> ImportError: No module named gnome.ui
> 
> -- 
> Written under -< Ария  - Беги За Солнцем >- playing in xmms
> ----
> Jaa mata,
> Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
> e-mail: <bsod@gs7.ru>
> jabber: bsod@jabber.ru
> icq: 112600159
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community
> 


-- 
Alexander Kirey



^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  8:46   ` Andrey A. Jelnin
@ 2004-03-23  7:04     ` Alexander Kirey
  2004-03-23  9:38       ` Andrey A. Jelnin
  2004-03-23  9:41       ` Andrey A. Jelnin
  0 siblings, 2 replies; 17+ messages in thread
From: Alexander Kirey @ 2004-03-23  7:04 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 12:46:07 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> > apt-get install PyGTK
> Не совет 
> 
> 
> Уже всё установлено было
> 

ImportError: No module named gnome.ui

Ну значит проблема в том что gdesklets не находит модуль gnome.ui.
Я в таких случаю делаю так:
$python
>>> import gnome.ui

а дальще каков результат такие и действия.

export PYTHONPATH=...

У вас может два питона установлено 2.2 и 2.3?
У меня c python-imaging были проблемы. Как я заметил,
через altrernative эта либа не управлялась. Для 2.3 импортировалось
нормально, а для 2.2 нет. Всякое разное шамаство, заставил работать.

--
Alexander Kirey




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  9:38       ` Andrey A. Jelnin
@ 2004-03-23  7:47         ` Alexander Kirey
  2004-03-23 10:17           ` Andrey A. Jelnin
  2004-03-23 10:23         ` Egor S. Orlov
  1 sibling, 1 reply; 17+ messages in thread
From: Alexander Kirey @ 2004-03-23  7:47 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 13:38:47 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> 
> Кому писать то - майнтейнер молчит (((
> 

в рпм пакете gdesklets майнтейнер должен быть указан,
ему и пишите.

-- 
Alexander Kirey




^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  9:41       ` Andrey A. Jelnin
@ 2004-03-23  7:59         ` Alexander Kirey
  2004-03-23 10:23           ` Andrey A. Jelnin
  0 siblings, 1 reply; 17+ messages in thread
From: Alexander Kirey @ 2004-03-23  7:59 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 13:41:51 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> > export PYTHONPATH=...
> 
> $ PYTHONPATH=/usr/lib/python2.3/site-packages gdesklets

Дык, у вас установлен 2.2,
а здесь вы пишите для python 2.3.
может стоит заглянуть в требования для gdesklets
и не гадать на кофейной гуще...

> Traceback (most recent call last):
>   File "/usr/bin/gdesklets", line 4, in ?
>     from main import HOME
>   File "/usr/share/gdesklets/main/__init__.py", line 46, in ?
>     import gnome.ui
>   File "/usr/lib/python2.3/site-packages/gtk-2.0/gnome/__init__.py", line 10, in ?
>     import gobject
> ImportError: /usr/lib/python2.3/site-packages/gtk-2.0/gobject.so: undefined symbol: PyObject_GC_UnTrack
> 


-- 
Alexander Kirey




^ permalink raw reply	[flat|nested] 17+ messages in thread

* [Comm] Проблема с gdesklets
@ 2004-03-23  8:17 Andrey A. Jelnin
  2004-03-23  6:17 ` Alexander Kirey
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23  8:17 UTC (permalink / raw)
  To: community

Второй раз пишу уже...

Версия - 0.25.1-alt0.1
Дистрибутив ALM Compact - просизифленный на прошлой неделе
При запуске пишет - 
---
$ gdesklets
You need a recent version of PyGTK to run this program.
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main import HOME
  File "/usr/share/gdesklets/main/__init__.py", line 46, in ?
    import gnome.ui
ImportError: No module named gnome.ui

-- 
Written under -< Ария  - Беги За Солнцем >- playing in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  6:17 ` Alexander Kirey
@ 2004-03-23  8:46   ` Andrey A. Jelnin
  2004-03-23  7:04     ` Alexander Kirey
  2004-03-23  9:08   ` Egor S. Orlov
  1 sibling, 1 reply; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23  8:46 UTC (permalink / raw)
  To: community

> apt-get install PyGTK
Не совет 

$ rpm -qa | grep -i PyGTK
pygtk-devel-0.6.9-alt5
pygtk2-devel-2.0.0-alt5
pygtk-glarea-0.6.9-alt5
pygtk-0.6.9-alt5
pygtk2-libglade-2.0.0-alt5
pygtk-libglade-0.6.9-alt5
pygtk2-2.0.0-alt5

$ apt-cache search PyGTK
pygtk - Python bindings for the GTK+ widget set
pygtk-devel - Files needed to build wrappers for GTK+ addon libraries
pygtk-glarea - A wrapper for the GtkGLArea widget for use with PyGTK
pygtk-libglade - A wrapper for the libglade library for use with PyGTK
pygtk2 - Python bindings for the GTK+ widget set
pygtk2-devel - files needed to build wrappers for GTK+ addon libraries
pygtk2-examples - pygtk2 examples
pygtk2-libglade - A wrapper for the libglade library for use with PyGTK

Уже всё установлено было

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  6:17 ` Alexander Kirey
  2004-03-23  8:46   ` Andrey A. Jelnin
@ 2004-03-23  9:08   ` Egor S. Orlov
  2004-03-23  9:13     ` Andrey A. Jelnin
  1 sibling, 1 reply; 17+ messages in thread
From: Egor S. Orlov @ 2004-03-23  9:08 UTC (permalink / raw)
  To: community

> > $ gdesklets
> > You need a recent version of PyGTK to run this program.
> 
> apt-get install PyGTK
> 

apt-get install pygtk2

-- 
WBR, Egor S. Orlov
FST SPbSPU


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  9:08   ` Egor S. Orlov
@ 2004-03-23  9:13     ` Andrey A. Jelnin
  2004-03-23  9:48       ` Egor S. Orlov
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23  9:13 UTC (permalink / raw)
  To: community

> apt-get install pygtk2
Ниже смотрите  - раз такие умные

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  7:04     ` Alexander Kirey
@ 2004-03-23  9:38       ` Andrey A. Jelnin
  2004-03-23  7:47         ` Alexander Kirey
  2004-03-23 10:23         ` Egor S. Orlov
  2004-03-23  9:41       ` Andrey A. Jelnin
  1 sibling, 2 replies; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23  9:38 UTC (permalink / raw)
  To: community

> $python
> >>> import gnome.ui

>>> import gnome.ui
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named gnome.ui

> export PYTHONPATH=...
> 
> У вас может два питона установлено 2.2 и 2.3?
> У меня c python-imaging были проблемы. Как я заметил,
> через altrernative эта либа не управлялась. Для 2.3 импортировалось
> нормально, а для 2.2 нет. Всякое разное шамаство, заставил работать.

$ rpm -qa | grep -i python
gnome-python2-2.0.0-alt8
gnome-python2-nautilus-2.0.0-alt8
gnome-python2-canvas-2.0.0-alt8
gnome-python2-bonobo-2.0.0-alt8
gnome-python2-applet-2.0.0-alt8
python22-2.2.3-alt4
gnome-python2-gconf-2.0.0-alt8

Я так понимаю только один питон стоит 

Кому писать то - майнтейнер молчит (((

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  7:04     ` Alexander Kirey
  2004-03-23  9:38       ` Andrey A. Jelnin
@ 2004-03-23  9:41       ` Andrey A. Jelnin
  2004-03-23  7:59         ` Alexander Kirey
  1 sibling, 1 reply; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23  9:41 UTC (permalink / raw)
  To: community

> export PYTHONPATH=...

$ PYTHONPATH=/usr/lib/python2.3/site-packages gdesklets
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main import HOME
  File "/usr/share/gdesklets/main/__init__.py", line 46, in ?
    import gnome.ui
  File "/usr/lib/python2.3/site-packages/gtk-2.0/gnome/__init__.py", line 10, in ?
    import gobject
ImportError: /usr/lib/python2.3/site-packages/gtk-2.0/gobject.so: undefined symbol: PyObject_GC_UnTrack


-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  9:13     ` Andrey A. Jelnin
@ 2004-03-23  9:48       ` Egor S. Orlov
  0 siblings, 0 replies; 17+ messages in thread
From: Egor S. Orlov @ 2004-03-23  9:48 UTC (permalink / raw)
  To: community

питонов сколько в системе?

On Tue, 23 Mar 2004 13:13:26 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> > apt-get install pygtk2
> Ниже смотрите  - раз такие умные
> 
> -- 
> Silence in xmms
> ----
> Jaa mata,
> Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
> e-mail: <bsod@gs7.ru>
> jabber: bsod@jabber.ru
> icq: 112600159
> _______________________________________________
> Community mailing list
> Community@altlinux.ru
> http://www.altlinux.ru/mailman/listinfo/community
> 
> 


-- 
WBR, Egor S. Orlov
FST SPbSPU


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  7:47         ` Alexander Kirey
@ 2004-03-23 10:17           ` Andrey A. Jelnin
  0 siblings, 0 replies; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23 10:17 UTC (permalink / raw)
  To: community

> в рпм пакете gdesklets майнтейнер должен быть указан,
> ему и пишите.
Уже писал
-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  9:38       ` Andrey A. Jelnin
  2004-03-23  7:47         ` Alexander Kirey
@ 2004-03-23 10:23         ` Egor S. Orlov
  2004-03-23 10:33           ` Andrey A. Jelnin
  1 sibling, 1 reply; 17+ messages in thread
From: Egor S. Orlov @ 2004-03-23 10:23 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 13:38:47 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> 
> $ rpm -qa | grep -i python
> gnome-python2-2.0.0-alt8
> gnome-python2-nautilus-2.0.0-alt8
> gnome-python2-canvas-2.0.0-alt8
> gnome-python2-bonobo-2.0.0-alt8
> gnome-python2-applet-2.0.0-alt8
> python22-2.2.3-alt4
> gnome-python2-gconf-2.0.0-alt8
> 
> Я так понимаю только один питон стоит 
> 
> Кому писать то - майнтейнер молчит (((

он не нужен

pygtk2 в последних сизифах работает только с python2.3
соответственно,

удалите 2.2, поставьте 2.3

час основной питон 2.3
и все пакеты расчитаны на него


-- 
WBR, Egor S. Orlov
FST SPbSPU


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23  7:59         ` Alexander Kirey
@ 2004-03-23 10:23           ` Andrey A. Jelnin
  0 siblings, 0 replies; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23 10:23 UTC (permalink / raw)
  To: community

> Дык, у вас установлен 2.2,
> а здесь вы пишите для python 2.3.
пишу - потому что в liba'x для 2.2 нет gnome.so

> может стоит заглянуть в требования для gdesklets
Где смотреть ?

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23 10:23         ` Egor S. Orlov
@ 2004-03-23 10:33           ` Andrey A. Jelnin
  2004-03-23 11:35             ` Egor S. Orlov
  0 siblings, 1 reply; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-23 10:33 UTC (permalink / raw)
  To: community

> удалите 2.2, поставьте 2.3
поставил 2.3

$ gdesklets       
Error loading target html
gDesklets 0.25.1
Copyright ╘ 2003 Martin Grimme, Christian Meyer, Jesse Andrews

This software is licensed under the terms of the GNU GPL.

И молчок ... где дальше то крутить ?

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23 10:33           ` Andrey A. Jelnin
@ 2004-03-23 11:35             ` Egor S. Orlov
  2004-03-24  4:29               ` Andrey A. Jelnin
  0 siblings, 1 reply; 17+ messages in thread
From: Egor S. Orlov @ 2004-03-23 11:35 UTC (permalink / raw)
  To: community

On Tue, 23 Mar 2004 14:33:18 +0400
"Andrey A. Jelnin" <bsod@gs7.ru> wrote:

> > удалите 2.2, поставьте 2.3
> поставил 2.3
> 
> $ gdesklets       
> Error loading target html
> gDesklets 0.25.1
> Copyright ╘ 2003 Martin Grimme, Christian Meyer, Jesse Andrews
> 
> This software is licensed under the terms of the GNU GPL.
> 
> И молчок ... где дальше то крутить ?

типа, он у вас запустился
дальше надо плагины к нему подключать


-- 
WBR, Egor S. Orlov
FST SPbSPU


^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [Comm] Проблема с gdesklets
  2004-03-23 11:35             ` Egor S. Orlov
@ 2004-03-24  4:29               ` Andrey A. Jelnin
  0 siblings, 0 replies; 17+ messages in thread
From: Andrey A. Jelnin @ 2004-03-24  4:29 UTC (permalink / raw)
  To: community

> типа, он у вас запустился
> дальше надо плагины к нему подключать
Эээ простите  как ?
Ничего поясняющего не нашел - хотя плугины поставил

-- 
Silence in xmms
----
Jaa mata,
Net administrator JSC "Giprosvyaz"      Andrey A. Jelnin aka BsoD 
e-mail: <bsod@gs7.ru>
jabber: bsod@jabber.ru
icq: 112600159


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2004-03-24  4:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-23  8:17 [Comm] Проблема с gdesklets Andrey A. Jelnin
2004-03-23  6:17 ` Alexander Kirey
2004-03-23  8:46   ` Andrey A. Jelnin
2004-03-23  7:04     ` Alexander Kirey
2004-03-23  9:38       ` Andrey A. Jelnin
2004-03-23  7:47         ` Alexander Kirey
2004-03-23 10:17           ` Andrey A. Jelnin
2004-03-23 10:23         ` Egor S. Orlov
2004-03-23 10:33           ` Andrey A. Jelnin
2004-03-23 11:35             ` Egor S. Orlov
2004-03-24  4:29               ` Andrey A. Jelnin
2004-03-23  9:41       ` Andrey A. Jelnin
2004-03-23  7:59         ` Alexander Kirey
2004-03-23 10:23           ` Andrey A. Jelnin
2004-03-23  9:08   ` Egor S. Orlov
2004-03-23  9:13     ` Andrey A. Jelnin
2004-03-23  9:48       ` Egor S. Orlov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git