You are not logged in.

#1 2007-03-31 11:00:24

vbmithr
Member
From: Paris
Registered: 2006-08-06
Posts: 16

PyQt4 doesn't work with x86_64

[root@haramis PyQt4]# ls
Qt.py   QtAssistant.so  QtGui.so      QtOpenGL.so  QtSvg.so   QtXml.so     pyqtconfig.py
Qt.pyc  QtCore.so       QtNetwork.so  QtSql.so     QtTest.so  __init__.py  uic
[root@haramis PyQt4]# pwd
/usr/lib/python2.5/site-packages/PyQt4
[root@haramis PyQt4]# python
Python 2.5 (r25:51908, Mar 24 2007, 22:40:10)
[GCC 4.1.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import Qt
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "Qt.py", line 1, in <module>
    from PyQt4.QtCore import *
ImportError: No module named QtCore

Do anyone have the same problem ?


Vincent.

Offline

#2 2007-03-31 18:14:36

zeus
Member
From: Korolev / Russia
Registered: 2006-09-19
Posts: 117
Website

Re: PyQt4 doesn't work with x86_64

it's a python25 trouble, with python24 works fine. wait for pyqt upgrade

Offline

#3 2007-04-01 13:19:01

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: PyQt4 doesn't work with x86_64

Thanks for the report, it should work now.

Note: bugs.archlinux.org is a better way to report bugs.

Offline

#4 2007-04-02 12:25:41

vbmithr
Member
From: Paris
Registered: 2006-08-06
Posts: 16

Re: PyQt4 doesn't work with x86_64

I don't see anything fixed...


Vincent.

Offline

#5 2007-04-06 19:17:56

ganja_guru
Member
Registered: 2005-02-14
Posts: 464

Re: PyQt4 doesn't work with x86_64

'from PyQt4 import Qt' ?

Offline

Board footer

Powered by FluxBB