Welcome, Guest. Please Login or Register
FUG-FR logo
 
  HomeHelpSearchLoginRegister  
 
pyqt (python QT bindings) (Read 2226 times)
kermitt
Full Member
***
Offline


Relax

Posts: 249
974
Gender: male
pyqt (python QT bindings)
10. Nov 2007 at 11:02
 
Bonjour,

J'ai installé récemment Amarok. Je souhaiterai utiliser quelques scripts écrits en Python.
Code:
REQUIREMENTS
python >= 2.3
pyqt (python QT bindings)  



A votre avis quel sont le(s) package(s) qui correspondent à pyqt (python QT bindings)?

Actuellement ces ports sont installés:

python24-2.4.4_2    An interpreted object-oriented programming language
python25-2.5.1_1    An interpreted object-oriented programming language
py25-cerealizer-0.6 Secure pickle-like module
py25-imaging-1.1.6_2 The Python Imaging Library
py25-libxml2-2.6.30 Python interface for XML parser library for GNOME
py25-lxml-1.2.1_1   Pythonic binding for the libxml2 and libxslt libraries
py25-openal-0.1.6_2 PyOpenAL is a binding of OpenAL for Python
py25-qt4-core-4.3.1 Python bindings for the Qt4 toolkit, QtCore module
py25-qt4-gui-4.3.1  Python bindings for the Qt4 toolkit, QtGui module
py25-qt4-sql-4.3.1  Python bindings for the Qt4 toolkit, QtSql module
py25-sdl_mixer-0.0.3_2 Pysdl_mixer is a python interface to SDL's sdl_mixer
py25-setuptools-0.6c7 Download, build, install, upgrade, and uninstall Python pac
py25-sip-4.7.1,1    Python to C and C++ bindings generator
py25-tkinter-2.5.1_2 Python bindings to the Tk widget set


Back to top
 
WWW WWW  
IP Logged
 
olivierd
Junior Member
**
Offline


FreeBSD

Posts: 94
Vaucluse
Gender: male
Re: pyqt (python QT bindings)
Reply #1 - 10. Nov 2007 at 14:20
 
Je dirais

Code:
py25-qt4-core-4.3.1 Python bindings for the Qt4 toolkit, QtCore module 

Back to top
 
 
IP Logged
 
idroxid
Full Member
***
Offline


Meuh!

Posts: 120
Re: pyqt (python QT bindings)
Reply #2 - 10. Nov 2007 at 15:07
 
et
py25-qt4-gui-4.3.1  Python bindings for the Qt4 toolkit, QtGui module
si tu veux utiliser une interface graphique
et
py25-qt4-sql-4.3.1  Python bindings for the Qt4 toolkit, QtSql module
si tu veux accéder à une bdd
Back to top
 
 
IP Logged
 
kermitt
Full Member
***
Offline


Relax

Posts: 249
974
Gender: male
Re: pyqt (python QT bindings)
Reply #3 - 10. Nov 2007 at 16:02
 
Je me suis sans doute mal exprimé.

En fait avec les ports (installés sur ma machine) qui sont cités dans mon précédent post.

Quand  j'essaye de lancer un script via amarok , j'obtiens l'erreur suivante.

PyQt (Qt bindings for Python) is required for this script

Le script « XUL Remote » s'est arrêté avec le code d'erreur : 1

raceback (most recent call last):
File "/home/me/.kde/share/apps/amarok/scripts/xulremote/XulRemote.py", line 29, in <module>
from qt import *
ImportError: No module named qt

Donc ma question est:
Quels sont les ports  du catalogue FreeBSD qui correspondent à :
PyQt (Qt bindings for Python) is required for this script
Back to top
 
WWW WWW  
IP Logged