ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] python IDE eric3: crush
@ 2005-08-08 16:18 Alexei V. Mezin
  2005-08-09  5:51 ` Ivan Fedorov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexei V. Mezin @ 2005-08-08 16:18 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list


Хотел поглядеть на eric3, а оно не работает. Скачал свежую версию из 
Сизифа, пересобрал (все прошло быстро и гладко). Но при запуске:

[alexei@threebears alexei]$ eric3
kbuildsycoca running...
Reusing existing ksycoca
kio (KService*): WARNING: Invalid Service : kded/mountwatcher.desktop
kio (KService*): WARNING: Invalid Service : kded/kinetd.desktop
Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/eric3/eric3.py", line 123, in ?
     main()
   File "/usr/lib/python2.4/site-packages/eric3/eric3.py", line 99, in main
     loc = Startup.loadTranslators(qtdir, app, ("qscintilla",))
   File "/usr/lib/python2.4/site-packages/eric3/Utilities/Startup.py", 
line 177, in loadTranslators
     app.installTranslator(translator)
AttributeError: installTranslator
KCrash: Application 'eric3.py' crashing...


Если сменить локаль с "cp1251" на "C" то ситуация немного иная.
появляется сплэш-скрин, а затем КДЕ-сообщение о падение приложения с вот 
таким бэктрейсом:

(no debugging symbols found)

Using host libthread_db library "/lib/libthread_db.so.1".(no debugging 
symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 19293)]
(no debugging symbols found)
<skip>
(no debugging symbols found)
[KCrash handler]
#5  0xb6e847ec in _X11TransWrite () from /usr/X11R6/lib/libX11.so.6
#6  0xb6e67034 in _XError () from /usr/X11R6/lib/libX11.so.6
#7  0xb6e4905c in XFlush () from /usr/X11R6/lib/libX11.so.6
#8  0xb70e79ae in QWidget::hideWindow () from /usr/lib/libqt-mt.so.3
#9  0xb71b6fe2 in QWidget::hide () from /usr/lib/libqt-mt.so.3
#10 0xb71b88fd in QWidget::~QWidget () from /usr/lib/libqt-mt.so.3
#11 0xb770f18b in initqt () from /usr/lib/python2.4/site-packages/qt.so
#12 0xb77168a8 in initqt () from /usr/lib/python2.4/site-packages/qt.so
#13 0xb7603313 in initsip () from /usr/lib/python2.4/site-packages/sip.so
#14 0xb7f374c6 in PyType_GenericNew () from /usr/lib/libpython2.4.so.1.0
#15 0xb7f13f1e in _PyFloat_Unpack8 () from /usr/lib/libpython2.4.so.1.0
#16 0xb7f7ebcf in PySys_WriteStderr () from /usr/lib/libpython2.4.so.1.0
#17 0xb7f7ebb2 in PySys_WriteStderr () from /usr/lib/libpython2.4.so.1.0
#18 0xb7f22bb9 in PyDict_New () from /usr/lib/libpython2.4.so.1.0
#19 0xb7f22ed9 in PyDict_SetItem () from /usr/lib/libpython2.4.so.1.0
#20 0xb7f2549e in PyDict_SetItemString () from /usr/lib/libpython2.4.so.1.0
#21 0xb7f70d0c in PyImport_Cleanup () from /usr/lib/libpython2.4.so.1.0
#22 0xb7f7bb3c in Py_Finalize () from /usr/lib/libpython2.4.so.1.0
#23 0xb7f81a34 in Py_Main () from /usr/lib/libpython2.4.so.1.0
#24 0x080485aa in main ()

В консоли вот что видно:
[alexei@threebears alexei]$ /usr/bin/eric3
kbuildsycoca running...
KCrash: Application 'eric3.py' crashing...



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

* Re: [sisyphus] python IDE eric3: crush
  2005-08-08 16:18 [sisyphus] python IDE eric3: crush Alexei V. Mezin
@ 2005-08-09  5:51 ` Ivan Fedorov
  2005-08-09 13:49   ` Alexei V. Mezin
  0 siblings, 1 reply; 4+ messages in thread
From: Ivan Fedorov @ 2005-08-09  5:51 UTC (permalink / raw)
  To: alex783, ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

Alexei V. Mezin пишет:
> 
> Хотел поглядеть на eric3, а оно не работает. Скачал свежую версию из
> Сизифа, пересобрал (все прошло быстро и гладко). Но при запуске:

Попрообуйте снести python-module-PyKDE...


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [sisyphus] python IDE eric3: crush
  2005-08-09  5:51 ` Ivan Fedorov
@ 2005-08-09 13:49   ` Alexei V. Mezin
  2005-08-10 11:33     ` Ivan Fedorov
  0 siblings, 1 reply; 4+ messages in thread
From: Alexei V. Mezin @ 2005-08-09 13:49 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

Ivan Fedorov пишет:
>>Хотел поглядеть на eric3, а оно не работает. Скачал свежую версию из
>>Сизифа, пересобрал (все прошло быстро и гладко). Но при запуске:
> 
> 
> Попрообуйте снести python-module-PyKDE...
>

Спасибо, помогло. Багу на пакет вешать?


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

* Re: [sisyphus] python IDE eric3: crush
  2005-08-09 13:49   ` Alexei V. Mezin
@ 2005-08-10 11:33     ` Ivan Fedorov
  0 siblings, 0 replies; 4+ messages in thread
From: Ivan Fedorov @ 2005-08-10 11:33 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

[-- Attachment #1: Type: text/plain, Size: 285 bytes --]

Alexei V. Mezin пишет:

>>> Хотел поглядеть на eric3, а оно не работает. Скачал свежую версию из
>>> Сизифа, пересобрал (все прошло быстро и гладко). Но при запуске:
>>
>> Попрообуйте снести python-module-PyKDE...
>>
> Спасибо, помогло. Багу на пакет вешать?

Уже висит...


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2005-08-10 11:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-08 16:18 [sisyphus] python IDE eric3: crush Alexei V. Mezin
2005-08-09  5:51 ` Ivan Fedorov
2005-08-09 13:49   ` Alexei V. Mezin
2005-08-10 11:33     ` Ivan Fedorov

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

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


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