ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Прога на python
@ 2003-03-27 10:51 Igor Tertishny
  2003-03-27 23:22 ` [devel] " Mikhail Zabaluev
  0 siblings, 1 reply; 3+ messages in thread
From: Igor Tertishny @ 2003-03-27 10:51 UTC (permalink / raw)
  To: devel

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 786 bytes --]

Люди, выручайте! Собираю прогу на питоне и возникла странная ситуация. Пакет 
собран, инсталлирован. При попытке запуска утверждает, что отсутствует 
библиотека PyQT:

[ilar@yby quickrip-0.3]$ quickrip
Couldn't load PyQT module! Check it's installed

Проверяю:

[root@yby athlon]# rpm -q PyQT
warning: package PyQT is not installed
[root@yby athlon]# rpm -q PyQt
PyQt-3.5-alt2

разница в написании PyQT и PyQt. Но нужна программа sip, которая точно 
имеется. Ниже кусок файла на питоне, отвечающего за проверку:

import sys, os, re
try:
	from qt import *
except:
	print "Couldn't load PyQT module! Check it's installed"
	sys.exit(2)
try:
	from guimain import MainWindow
	from ripdvd import RipDVD

Как видно, срабатывает именно блок except. Прошу подсказать, как мне обойти 
эту байду.

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

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

end of thread, other threads:[~2003-03-28  8:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-27 10:51 [devel] Прога на python Igor Tertishny
2003-03-27 23:22 ` [devel] " Mikhail Zabaluev
2003-03-28  8:14   ` Serge

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

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

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


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